#A4A213

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

Shades of Lucky #A4A213

Tints of Lucky #A4A213

Color information

#A4A213 (or 0xA4A213) is unknown color: approx Lucky. HEX triplet: A4, A2 and 13. RGB value is (164,162,19). Sum of RGB (Red+Green+Blue) = 164+162+19=345 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.54% from 345); Green value is 162 (63.67% from 255 or 46.96% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4A213 is #5B5DEC. Grayscale: #929292. Windows color (decimal): -5987821 or 1286820. OLE color: 1286820.

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

Color convert

RGB16416219-
CMYK00.010.880.36
HSL59.17º79.23%35.88%-
HSV(B)59.17º88.41%64.31%-
XYZ28.3533.785.64-
YUV146.356.16140.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.54%
GREEN value IS 162 (63.67% from 255) = 46.96%
BLUE value IS 19 (7.81% from 255) = 5.51%
R=47.54%
G=46.96%
B=5.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641621900.010.880.3659.1779.2335.88
HexA4A2130158243b4f24
Octal2442422301130447311744
Binary1010010010100010100110110110001001001110111001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A213; }

 p { color: rgb(164,162,19); }

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

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

 a { background-color: rgb(164,162,19); }

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

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

 span { border-color: rgb(164,162,19); }

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