Color Hex Logo

#aa690b Color Hex

#AA690B
(170,105,11)
0 Favorites   0 Comments

Color spaces of #aa690b

RGB 17010511
HSL0.100.880.35
HSV35°94°67°
CMYK 0.000.380.94   0.33
XYZ21.689518.67342.7778
Yxy18.67340.50280.4328
Hunter Lab43.212713.971126.4376
CIE-Lab50.302919.755755.4386

#aa690b color RGB value is (170,105,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01101001 00001011
Octal 252 151 13
Decimal 170 105 11
Hex AA 69 B

RGB Percentages of Color #aa690b

%59.44
%36.71
%3.85

CMYK Percentages of Color #aa690b

%0
%38
%94
%33

Triadic Colors of #aa690b

#aa690b #0baa69 #690baa

Analogous Colors of #aa690b

#aa690b #9caa0b #aa1a0b

Monochromatic Colors of #aa690b

#aa690b

Complementary Color

#aa690b #0b4caa

#aa690b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa690b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa690b Color CSS Codes

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

#aa690b Text Font Color

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

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


#aa690b Background Color

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

This div background color is #aa690b


#aa690b Border Color

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

This div border color is #aa690b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,105,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 #aa690b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa690b


Comments

No comments written yet.

Please login to write comment.