Color Hex Logo

#aa843f Color Hex

#AA843F
(170,132,63)
0 Favorites   0 Comments

Color spaces of #aa843f

RGB 17013263
HSL0.110.460.46
HSV39°63°67°
CMYK 0.000.220.63   0.33
XYZ25.726025.40758.2508
Yxy25.40750.43320.4278
Hunter Lab50.40592.892125.5791
CIE-Lab57.47036.748342.0395

#aa843f color RGB value is (170,132,63).

#aa843f hex color red value is 170, green value is 132 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #aa843f hue: 0.11 , saturation: 0.46 and the lightness value of aa843f is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000100 00111111
Octal 252 204 77
Decimal 170 132 63
Hex AA 84 3F

RGB Percentages of Color #aa843f

%46.58
%36.16
%17.26

CMYK Percentages of Color #aa843f

%0
%22
%63
%33

Triadic Colors of #aa843f

#aa843f #3faa84 #843faa

Analogous Colors of #aa843f

#aa843f #9baa3f #aa4f3f

Monochromatic Colors of #aa843f

#aa843f

Complementary Color

#aa843f #3f65aa

#aa843f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa843f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa843f Color CSS Codes

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

#aa843f Text Font Color

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

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


#aa843f Background Color

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

This div background color is #aa843f


#aa843f Border Color

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

This div border color is #aa843f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa843f


Comments

No comments written yet.

Please login to write comment.