Color Hex Logo

#aa702b Color Hex

#AA702B
(170,112,43)
0 Favorites   0 Comments

Color spaces of #aa702b

RGB 17011243
HSL0.090.600.42
HSV33°75°67°
CMYK 0.000.340.75   0.33
XYZ22.807820.30885.0034
Yxy20.30880.47400.4220
Hunter Lab45.065311.475624.9630
CIE-Lab52.184616.808545.9235

#aa702b color RGB value is (170,112,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110000 00101011
Octal 252 160 53
Decimal 170 112 43
Hex AA 70 2B

RGB Percentages of Color #aa702b

%52.31
%34.46
%13.23

CMYK Percentages of Color #aa702b

%0
%34
%75
%33

Triadic Colors of #aa702b

#aa702b #2baa70 #702baa

Analogous Colors of #aa702b

#aa702b #a5aa2b #aa312b

Monochromatic Colors of #aa702b

#aa702b

Complementary Color

#aa702b #2b65aa

#aa702b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa702b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa702b Color CSS Codes

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

#aa702b Text Font Color

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

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


#aa702b Background Color

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

This div background color is #aa702b


#aa702b Border Color

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

This div border color is #aa702b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa702b


Comments

No comments written yet.

Please login to write comment.