#A4960C

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

Shades of Lucky #A4960C

Tints of Lucky #A4960C

Color information

#A4960C (or 0xA4960C) is unknown color: approx Lucky. HEX triplet: A4, 96 and 0C. RGB value is (164,150,12). Sum of RGB (Red+Green+Blue) = 164+150+12=326 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.31% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 164 - color contains mainly: red. Hex color #A4960C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4960C is #5B69F3. Grayscale: #8B8B8B. Windows color (decimal): -5990900 or 824996. OLE color: 824996.

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

Color convert

RGB16415012-
CMYK00.090.930.36
HSL54.47º86.36%34.51%-
HSV(B)54.47º92.68%64.31%-
XYZ26.2829.734.7-
YUV138.4556.64146.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.31%
GREEN value IS 150 (58.98% from 255) = 46.01%
BLUE value IS 12 (5.08% from 255) = 3.68%
R=50.31%
G=46.01%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641501200.090.930.3654.4786.3634.51
HexA496C095D24365623
Octal24422614011135446612643
Binary101001001001011011000100110111011001001101101010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4960C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4960C; }

 p { color: rgb(164,150,12); }

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

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

 a { background-color: rgb(164,150,12); }

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

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

 span { border-color: rgb(164,150,12); }

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