Color Hex Logo

#aa880a Color Hex

#AA880A
(170,136,10)
0 Favorites   0 Comments

Color spaces of #aa880a

RGB 17013610
HSL0.130.890.35
HSV47°94°67°
CMYK 0.000.200.94   0.33
XYZ25.436526.17633.9990
Yxy26.17630.45740.4707
Hunter Lab51.1628-0.790431.1797
CIE-Lab58.20402.368061.4575

#aa880a color RGB value is (170,136,10).

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

The process color (four color CMYK) of #aa880a color hex is 0.00, 0.20, 0.94, 0.33. Web safe color of #aa880a is #999900. Color #aa880a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10001000 00001010
Octal 252 210 12
Decimal 170 136 10
Hex AA 88 A

RGB Percentages of Color #aa880a

%53.80
%43.04
%3.16

CMYK Percentages of Color #aa880a

%0
%20
%94
%33

Triadic Colors of #aa880a

#aa880a #0aaa88 #880aaa

Analogous Colors of #aa880a

#aa880a #7caa0a #aa380a

Monochromatic Colors of #aa880a

#aa880a

Complementary Color

#aa880a #0a2caa

#aa880a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa880a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa880a Color CSS Codes

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

#aa880a Text Font Color

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

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


#aa880a Background Color

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

This div background color is #aa880a


#aa880a Border Color

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

This div border color is #aa880a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa880a


Comments

No comments written yet.

Please login to write comment.