Color Hex Logo

#aa770b Color Hex

#AA770B
(170,119,11)
0 Favorites   0 Comments

Color spaces of #aa770b

RGB 17011911
HSL0.110.880.35
HSV41°94°67°
CMYK 0.000.300.94   0.33
XYZ23.234821.76393.2928
Yxy21.76390.48110.4507
Hunter Lab46.65187.260828.4714
CIE-Lab53.775611.877657.9917

#aa770b color RGB value is (170,119,11).

#aa770b hex color red value is 170, green value is 119 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #aa770b hue: 0.11 , saturation: 0.88 and the lightness value of aa770b is 0.35.

The process color (four color CMYK) of #aa770b color hex is 0.00, 0.30, 0.94, 0.33. Web safe color of #aa770b is #996600. Color #aa770b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110111 00001011
Octal 252 167 13
Decimal 170 119 11
Hex AA 77 B

RGB Percentages of Color #aa770b

%56.67
%39.67
%3.67

CMYK Percentages of Color #aa770b

%0
%30
%94
%33

Triadic Colors of #aa770b

#aa770b #0baa77 #770baa

Analogous Colors of #aa770b

#aa770b #8eaa0b #aa280b

Monochromatic Colors of #aa770b

#aa770b

Complementary Color

#aa770b #0b3eaa

#aa770b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa770b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa770b Color CSS Codes

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

#aa770b Text Font Color

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

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


#aa770b Background Color

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

This div background color is #aa770b


#aa770b Border Color

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

This div border color is #aa770b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa770b


Comments

No comments written yet.

Please login to write comment.