#A4A512

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

Shades of Lucky #A4A512

Tints of Lucky #A4A512

Color information

#A4A512 (or 0xA4A512) is unknown color: approx Lucky. HEX triplet: A4, A5 and 12. RGB value is (164,165,18). Sum of RGB (Red+Green+Blue) = 164+165+18=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 165 (64.84% from 255 or 47.55% from 347); Blue value is 18 (7.42% from 255 or 5.19% from 347); Max value from RGB is 165 - color contains mainly: green. Hex color #A4A512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4A512 is #5B5AED. Grayscale: #949494. Windows color (decimal): -5987054 or 1222052. OLE color: 1222052.

HSL color Cylindrical-coordinate representation of color #A4A512: hue angle of 60.41º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A4A512 is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB16416518-
CMYK0.0100.890.35
HSL60.41º80.33%35.88%-
HSV(B)60.41º89.09%64.71%-
XYZ28.8734.855.78-
YUV147.9454.67139.45-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.26%
GREEN value IS 165 (64.84% from 255) = 47.55%
BLUE value IS 18 (7.42% from 255) = 5.19%
R=47.26%
G=47.55%
B=5.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal164165180.0100.890.3560.4180.3335.88
HexA4A5121059233c5024
Octal2442452210131437412044
Binary1010010010100101100101010110011000111111001010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A512; }

 p { color: rgb(164,165,18); }

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

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

 a { background-color: rgb(164,165,18); }

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

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

 span { border-color: rgb(164,165,18); }

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