#A4A821

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

Shades of Lucky #A4A821

Tints of Lucky #A4A821

Color information

#A4A821 (or 0xA4A821) is unknown color: approx Lucky. HEX triplet: A4, A8 and 21. RGB value is (164,168,33). Sum of RGB (Red+Green+Blue) = 164+168+33=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 168 (66.02% from 255 or 46.03% from 365); Blue value is 33 (13.28% from 255 or 9.04% from 365); Max value from RGB is 168 - color contains mainly: green. Hex color #A4A821 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A821 is #5B57DE. Grayscale: #979797. Windows color (decimal): -5986271 or 2205860. OLE color: 2205860.

HSL color Cylindrical-coordinate representation of color #A4A821: hue angle of 61.78º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A4A821 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.34.

Color convert

RGB16416833-
CMYK0.0200.800.34
HSL61.78º67.16%39.41%-
HSV(B)61.78º80.36%65.88%-
XYZ29.5936.016.83-
YUV151.4161.17136.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.93%
GREEN value IS 168 (66.02% from 255) = 46.03%
BLUE value IS 33 (13.28% from 255) = 9.04%
R=44.93%
G=46.03%
B=9.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal164168330.0200.800.3461.7867.1639.41
HexA4A8212050223e4327
Octal2442504120120427610347
Binary101001001010100010000110010100001000101111101000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A821; }

 p { color: rgb(164,168,33); }

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

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

 a { background-color: rgb(164,168,33); }

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

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

 span { border-color: rgb(164,168,33); }

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