Color Hex Logo

#a89223 Color Hex

#A89223
(168,146,35)
0 Favorites   0 Comments

Color spaces of #a89223

RGB 16814635
HSL0.140.660.40
HSV50°79°66°
CMYK 0.000.130.79   0.34
XYZ26.730729.00395.7796
Yxy29.00390.43450.4715
Hunter Lab53.8553-5.649431.3358
CIE-Lab60.7851-3.382657.2242

#a89223 color RGB value is (168,146,35).

#a89223 hex color red value is 168, green value is 146 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #a89223 hue: 0.14 , saturation: 0.66 and the lightness value of a89223 is 0.40.

The process color (four color CMYK) of #a89223 color hex is 0.00, 0.13, 0.79, 0.34. Web safe color of #a89223 is #999933. Color #a89223 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10010010 00100011
Octal 250 222 43
Decimal 168 146 35
Hex A8 92 23

RGB Percentages of Color #a89223

%48.14
%41.83
%10.03

CMYK Percentages of Color #a89223

%0
%13
%79
%34

Triadic Colors of #a89223

#a89223 #23a892 #9223a8

Analogous Colors of #a89223

#a89223 #7ca823 #a84f23

Monochromatic Colors of #a89223

#a89223

Complementary Color

#a89223 #2339a8

#a89223 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a89223 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a89223 Color CSS Codes

.mybgcolor {background-color:#a89223; } 
.myforecolor {color:#a89223; }
.mybordercolor {border:3px solid #a89223; }

#a89223 Text Font Color

<p style="color:#a89223">Text here</p>

This sample text font color is #a89223
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a89223 Background Color

<div style="background-color:#a89223">
Div content here</div>

This div background color is #a89223


#a89223 Border Color

<div style="border:3px solid #a89223">
Div here</div>

This div border color is #a89223


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,146,35, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a89223; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a89223;
  -webkit-box-shadow: 1px 1px 3px 2px #a89223;
  box-shadow:         1px 1px 3px 2px #a89223; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,146,35, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a89223">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a89223;
  -webkit-box-shadow: 1px 1px 3px 2px #a89223;
  box-shadow:         1px 1px 3px 2px #a89223;">
Div content here</div>

This div box has shadow with color #a89223


Comments

No comments written yet.

Please login to write comment.