Color Hex Logo

#aa682b Color Hex

#AA682B
(170,104,43)
0 Favorites   0 Comments

Color spaces of #aa682b

RGB 17010443
HSL0.080.600.42
HSV29°75°67°
CMYK 0.000.390.75   0.33
XYZ21.963918.62114.7221
Yxy18.62110.48480.4110
Hunter Lab43.152215.337923.7185
CIE-Lab50.240921.305843.9409

#aa682b color RGB value is (170,104,43).

#aa682b hex color red value is 170, green value is 104 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #aa682b hue: 0.08 , saturation: 0.60 and the lightness value of aa682b is 0.42.

The process color (four color CMYK) of #aa682b color hex is 0.00, 0.39, 0.75, 0.33. Web safe color of #aa682b is #996633. Color #aa682b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01101000 00101011
Octal 252 150 53
Decimal 170 104 43
Hex AA 68 2B

RGB Percentages of Color #aa682b

%53.63
%32.81
%13.56

CMYK Percentages of Color #aa682b

%0
%39
%75
%33

Triadic Colors of #aa682b

#aa682b #2baa68 #682baa

Analogous Colors of #aa682b

#aa682b #aaa82b #aa2b2d

Monochromatic Colors of #aa682b

#aa682b

Complementary Color

#aa682b #2b6daa

#aa682b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa682b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa682b Color CSS Codes

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

#aa682b Text Font Color

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

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


#aa682b Background Color

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

This div background color is #aa682b


#aa682b Border Color

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

This div border color is #aa682b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa682b


Comments

No comments written yet.

Please login to write comment.