#AAA11F

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

Shades of Lucky #AAA11F

Tints of Lucky #AAA11F

Color information

#AAA11F (or 0xAAA11F) is unknown color: approx Lucky. HEX triplet: AA, A1 and 1F. RGB value is (170,161,31). Sum of RGB (Red+Green+Blue) = 170+161+31=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 161 (63.28% from 255 or 44.48% from 362); Blue value is 31 (12.5% from 255 or 8.56% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA11F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA11F is #555EE0. Grayscale: #959595. Windows color (decimal): -5594849 or 2073002. OLE color: 2073002.

HSL color Cylindrical-coordinate representation of color #AAA11F: hue angle of 56.12º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AAA11F is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB17016131-
CMYK00.050.820.33
HSL56.12º69.15%39.41%-
HSV(B)56.12º81.76%66.67%-
XYZ29.5734.136.33-
YUV148.8761.48143.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.96%
GREEN value IS 161 (63.28% from 255) = 44.48%
BLUE value IS 31 (12.5% from 255) = 8.56%
R=46.96%
G=44.48%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701613100.050.820.3356.1269.1539.41
HexAAA11F055221384527
Octal2522413705122417010547
Binary101010101010000111111010110100101000011110001000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA11F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA11F; }

 p { color: rgb(170,161,31); }

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

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

 a { background-color: rgb(170,161,31); }

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

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

 span { border-color: rgb(170,161,31); }

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