#AAA61F

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

Shades of Lucky #AAA61F

Tints of Lucky #AAA61F

Color information

#AAA61F (or 0xAAA61F) is unknown color: approx Lucky. HEX triplet: AA, A6 and 1F. RGB value is (170,166,31). Sum of RGB (Red+Green+Blue) = 170+166+31=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 166 (65.23% from 255 or 45.23% from 367); Blue value is 31 (12.5% from 255 or 8.45% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA61F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA61F is #5559E0. Grayscale: #989898. Windows color (decimal): -5593569 or 2074282. OLE color: 2074282.

HSL color Cylindrical-coordinate representation of color #AAA61F: hue angle of 58.27º 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 #AAA61F is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB17016631-
CMYK00.020.820.33
HSL58.27º69.15%39.41%-
HSV(B)58.27º81.76%66.67%-
XYZ30.4635.926.62-
YUV151.8159.83140.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.32%
GREEN value IS 166 (65.23% from 255) = 45.23%
BLUE value IS 31 (12.5% from 255) = 8.45%
R=46.32%
G=45.23%
B=8.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701663100.020.820.3358.2769.1539.41
HexAAA61F0252213a4527
Octal2522463702122417210547
Binary10101010101001101111101010100101000011110101000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA61F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA61F; }

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

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

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

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

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

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

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

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