#AA8E21

Color #AA8E21 Lucky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky #AA8E21

Tints of Lucky #AA8E21

Color information

#AA8E21 (or 0xAA8E21) is unknown color: approx Lucky. HEX triplet: AA, 8E and 21. RGB value is (170,142,33). Sum of RGB (Red+Green+Blue) = 170+142+33=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 142 (55.86% from 255 or 41.16% from 345); Blue value is 33 (13.28% from 255 or 9.57% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8E21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8E21 is #5571DE. Grayscale: #8A8A8A. Windows color (decimal): -5599711 or 2199210. OLE color: 2199210.

HSL color Cylindrical-coordinate representation of color #AA8E21: hue angle of 47.74º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA8E21 is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB17014233-
CMYK00.160.810.33
HSL47.74º67.49%39.8%-
HSV(B)47.74º80.59%66.67%-
XYZ26.53285.45-
YUV137.9568.78150.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 49.28%
GREEN value IS 142 (55.86% from 255) = 41.16%
BLUE value IS 33 (13.28% from 255) = 9.57%
R=49.28%
G=41.16%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701423300.160.810.3347.7467.4939.8
HexAA8E210105121304328
Octal25221641020121416010350
Binary101010101000111010000101000010100011000011100001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8E21; }

 p { color: rgb(170,142,33); }

 H1.HeaderClassName
 {
   color: #AA8E21;
 }
 .AnyTagClassName
 {
   color: #AA8E21;
 }
</style>
background-color css

<style>
 a { background-color: #AA8E21; }

 a { background-color: rgb(170,142,33); }

 div.DivClassName
 {
   background-color: #AA8E21;
 }
 .BgClassName
 {
   background-color: #AA8E21;
 }
</style>
border-color css

<style>
 span { border-color: #AA8E21; }

 span { border-color: rgb(170,142,33); }

 td.TdClassName
 {
   border-color: #AA8E21;
 }
 .TagClassName
 {
   border-color: #AA8E21;
 }
</style>