#AAA02B

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

Shades of Lucky #AAA02B

Tints of Lucky #AAA02B

Color information

#AAA02B (or 0xAAA02B) is unknown color: approx Lucky. HEX triplet: AA, A0 and 2B. RGB value is (170,160,43). Sum of RGB (Red+Green+Blue) = 170+160+43=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 160 (62.89% from 255 or 42.90% from 373); Blue value is 43 (17.19% from 255 or 11.53% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA02B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA02B is #555FD4. Grayscale: #969696. Windows color (decimal): -5595093 or 2859178. OLE color: 2859178.

HSL color Cylindrical-coordinate representation of color #AAA02B: hue angle of 55.28º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AAA02B is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB17016043-
CMYK00.060.750.33
HSL55.28º59.62%41.76%-
HSV(B)55.28º74.71%66.67%-
XYZ29.5833.867.26-
YUV149.6567.81142.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.58%
GREEN value IS 160 (62.89% from 255) = 42.90%
BLUE value IS 43 (17.19% from 255) = 11.53%
R=45.58%
G=42.90%
B=11.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701604300.060.750.3355.2859.6241.76
HexAAA02B064B21373c2a
Octal252240530611341677452
Binary101010101010000010101101101001011100001110111111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA02B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA02B; }

 p { color: rgb(170,160,43); }

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

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

 a { background-color: rgb(170,160,43); }

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

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

 span { border-color: rgb(170,160,43); }

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