#A4A00B

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

Shades of Lucky #A4A00B

Tints of Lucky #A4A00B

Color information

#A4A00B (or 0xA4A00B) is unknown color: approx Lucky. HEX triplet: A4, A0 and 0B. RGB value is (164,160,11). Sum of RGB (Red+Green+Blue) = 164+160+11=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 160 (62.89% from 255 or 47.76% from 335); Blue value is 11 (4.69% from 255 or 3.28% from 335); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A00B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4A00B is #5B5FF4. Grayscale: #909090. Windows color (decimal): -5988341 or 762020. OLE color: 762020.

HSL color Cylindrical-coordinate representation of color #A4A00B: hue angle of 58.43º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A4A00B is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB16416011-
CMYK00.020.930.36
HSL58.43º87.43%34.31%-
HSV(B)58.43º93.29%64.31%-
XYZ27.9433.065.22-
YUV144.2152.83142.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.96%
GREEN value IS 160 (62.89% from 255) = 47.76%
BLUE value IS 11 (4.69% from 255) = 3.28%
R=48.96%
G=47.76%
B=3.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641601100.020.930.3658.4387.4334.31
HexA4A0B025D243a5722
Octal2442401302135447212742
Binary1010010010100000101101010111011001001110101010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A00B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A00B; }

 p { color: rgb(164,160,11); }

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

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

 a { background-color: rgb(164,160,11); }

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

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

 span { border-color: rgb(164,160,11); }

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