Color Hex Logo

#aa8800 Color Hex

#AA8800
(170,136,0)
1 Favorites   0 Comments

Color spaces of #aa8800

RGB 1701360
HSL0.131.000.33
HSV48°100°67°
CMYK 0.000.201.00   0.33
XYZ25.381726.15443.7105
Yxy26.15440.45940.4734
Hunter Lab51.1414-0.907031.4972
CIE-Lab58.18332.225763.0606

#aa8800 color RGB value is (170,136,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10001000 00000000
Octal 252 210 0
Decimal 170 136 0
Hex AA 88 0

RGB Percentages of Color #aa8800

%55.56
%44.44
%0.00

CMYK Percentages of Color #aa8800

%0
%20
%100
%33

Triadic Colors of #aa8800

#aa8800 #00aa88 #8800aa

Analogous Colors of #aa8800

#aa8800 #77aa00 #aa3300

Monochromatic Colors of #aa8800

#aa8800

Complementary Color

#aa8800 #0022aa

#aa8800 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa8800 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa8800 Color CSS Codes

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

#aa8800 Text Font Color

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

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


#aa8800 Background Color

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

This div background color is #aa8800


#aa8800 Border Color

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

This div border color is #aa8800


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa8800


Comments

No comments written yet.

Please login to write comment.