#AAA31F

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

Shades of Lucky #AAA31F

Tints of Lucky #AAA31F

Color information

#AAA31F (or 0xAAA31F) is unknown color: approx Lucky. HEX triplet: AA, A3 and 1F. RGB value is (170,163,31). Sum of RGB (Red+Green+Blue) = 170+163+31=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 163 (64.06% from 255 or 44.78% from 364); Blue value is 31 (12.5% from 255 or 8.52% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA31F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA31F is #555CE0. Grayscale: #969696. Windows color (decimal): -5594337 or 2073514. OLE color: 2073514.

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

Color convert

RGB17016331-
CMYK00.040.820.33
HSL56.98º69.15%39.41%-
HSV(B)56.98º81.76%66.67%-
XYZ29.9234.846.44-
YUV150.0460.82142.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.70%
GREEN value IS 163 (64.06% from 255) = 44.78%
BLUE value IS 31 (12.5% from 255) = 8.52%
R=46.70%
G=44.78%
B=8.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701633100.040.820.3356.9869.1539.41
HexAAA31F045221394527
Octal2522433704122417110547
Binary101010101010001111111010010100101000011110011000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA31F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA31F; }

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

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

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

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

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

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

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

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