Color Hex Logo

#aa671f Color Hex

#AA671F
(170,103,31)
0 Favorites   0 Comments

Color spaces of #aa671f

RGB 17010331
HSL0.090.690.39
HSV31°82°67°
CMYK 0.000.390.82   0.33
XYZ21.675118.34553.6949
Yxy18.34550.49580.4197
Hunter Lab42.831615.375124.8675
CIE-Lab49.912521.370748.8916

#aa671f color RGB value is (170,103,31).

#aa671f hex color red value is 170, green value is 103 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #aa671f hue: 0.09 , saturation: 0.69 and the lightness value of aa671f is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100111 00011111
Octal 252 147 37
Decimal 170 103 31
Hex AA 67 1F

RGB Percentages of Color #aa671f

%55.92
%33.88
%10.20

CMYK Percentages of Color #aa671f

%0
%39
%82
%33

Triadic Colors of #aa671f

#aa671f #1faa67 #671faa

Analogous Colors of #aa671f

#aa671f #a8aa1f #aa221f

Monochromatic Colors of #aa671f

#aa671f

Complementary Color

#aa671f #1f62aa

#aa671f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa671f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa671f Color CSS Codes

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

#aa671f Text Font Color

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

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


#aa671f Background Color

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

This div background color is #aa671f


#aa671f Border Color

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

This div border color is #aa671f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa671f


Comments

No comments written yet.

Please login to write comment.