#A4A31E

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

Shades of Lucky #A4A31E

Tints of Lucky #A4A31E

Color information

#A4A31E (or 0xA4A31E) is unknown color: approx Lucky. HEX triplet: A4, A3 and 1E. RGB value is (164,163,30). Sum of RGB (Red+Green+Blue) = 164+163+30=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 163 (64.06% from 255 or 45.66% from 357); Blue value is 30 (12.11% from 255 or 8.40% from 357); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A31E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A31E is #5B5CE1. Grayscale: #949494. Windows color (decimal): -5987554 or 2007972. OLE color: 2007972.

HSL color Cylindrical-coordinate representation of color #A4A31E: hue angle of 59.55º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A4A31E is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB16416330-
CMYK00.010.820.36
HSL59.55º69.07%38.04%-
HSV(B)59.55º81.71%64.31%-
XYZ28.6434.186.32-
YUV148.1461.33139.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.94%
GREEN value IS 163 (64.06% from 255) = 45.66%
BLUE value IS 30 (12.11% from 255) = 8.40%
R=45.94%
G=45.66%
B=8.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641633000.010.820.3659.5569.0738.04
HexA4A31E0152243c4526
Octal2442433601122447410546
Binary1010010010100011111100110100101001001111001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A31E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A31E; }

 p { color: rgb(164,163,30); }

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

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

 a { background-color: rgb(164,163,30); }

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

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

 span { border-color: rgb(164,163,30); }

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