Color Hex Logo

#aa851a Color Hex

#AA851A
(170,133,26)
0 Favorites   0 Comments

Color spaces of #aa851a

RGB 17013326
HSL0.120.730.38
HSV45°85°67°
CMYK 0.000.220.85   0.33
XYZ25.151525.39574.5535
Yxy25.39570.45650.4609
Hunter Lab50.39410.898829.9186
CIE-Lab57.45904.371657.2322

#aa851a color RGB value is (170,133,26).

#aa851a hex color red value is 170, green value is 133 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #aa851a hue: 0.12 , saturation: 0.73 and the lightness value of aa851a is 0.38.

The process color (four color CMYK) of #aa851a color hex is 0.00, 0.22, 0.85, 0.33. Web safe color of #aa851a is #999933. Color #aa851a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000101 00011010
Octal 252 205 32
Decimal 170 133 26
Hex AA 85 1A

RGB Percentages of Color #aa851a

%51.67
%40.43
%7.90

CMYK Percentages of Color #aa851a

%0
%22
%85
%33

Triadic Colors of #aa851a

#aa851a #1aaa85 #851aaa

Analogous Colors of #aa851a

#aa851a #87aa1a #aa3d1a

Monochromatic Colors of #aa851a

#aa851a

Complementary Color

#aa851a #1a3faa

#aa851a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa851a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa851a Color CSS Codes

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

#aa851a Text Font Color

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

This sample text font color is #aa851a
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.


#aa851a Background Color

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

This div background color is #aa851a


#aa851a Border Color

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

This div border color is #aa851a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(170,133,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aa851a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aa851a;
  -webkit-box-shadow: 1px 1px 3px 2px #aa851a;
  box-shadow:         1px 1px 3px 2px #aa851a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,133,26, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa851a


Comments

No comments written yet.

Please login to write comment.