#AB9604

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

Shades of Lucky #AB9604

Tints of Lucky #AB9604

Color information

#AB9604 (or 0xAB9604) is unknown color: approx Lucky. HEX triplet: AB, 96 and 04. RGB value is (171,150,4). Sum of RGB (Red+Green+Blue) = 171+150+4=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 150 (58.98% from 255 or 46.15% from 325); Blue value is 4 (1.95% from 255 or 1.23% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9604 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9604 is #5469FB. Grayscale: #8C8C8C. Windows color (decimal): -5532156 or 300715. OLE color: 300715.

HSL color Cylindrical-coordinate representation of color #AB9604: hue angle of 52.46º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB9604 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB1711504-
CMYK00.120.980.33
HSL52.46º95.43%34.31%-
HSV(B)52.46º97.66%67.06%-
XYZ27.7230.484.54-
YUV139.6451.46150.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.62%
GREEN value IS 150 (58.98% from 255) = 46.15%
BLUE value IS 4 (1.95% from 255) = 1.23%
R=52.62%
G=46.15%
B=1.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171150400.120.980.3352.4695.4334.31
HexAB9640C6221345f22
Octal2532264014142416413742
Binary10101011100101101000110011000101000011101001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9604; }

 p { color: rgb(171,150,4); }

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

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

 a { background-color: rgb(171,150,4); }

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

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

 span { border-color: rgb(171,150,4); }

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