Color Hex Logo

#aa670a Color Hex

#AA670A
(170,103,10)
1 Favorites   0 Comments

Color spaces of #aa670a

RGB 17010310
HSL0.100.890.35
HSV35°94°67°
CMYK 0.000.390.94   0.33
XYZ21.482618.26852.6811
Yxy18.26850.50630.4305
Hunter Lab42.741714.918926.2000
CIE-Lab49.820220.861755.2976

#aa670a color RGB value is (170,103,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100111 00001010
Octal 252 147 12
Decimal 170 103 10
Hex AA 67 A

RGB Percentages of Color #aa670a

%60.07
%36.40
%3.53

CMYK Percentages of Color #aa670a

%0
%39
%94
%33

Triadic Colors of #aa670a

#aa670a #0aaa67 #670aaa

Analogous Colors of #aa670a

#aa670a #9daa0a #aa170a

Monochromatic Colors of #aa670a

#aa670a

Complementary Color

#aa670a #0a4daa

#aa670a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa670a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa670a Color CSS Codes

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

#aa670a Text Font Color

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

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


#aa670a Background Color

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

This div background color is #aa670a


#aa670a Border Color

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

This div border color is #aa670a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa670a


Comments

No comments written yet.

Please login to write comment.