#AB9C0A

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

Shades of Lucky #AB9C0A

Tints of Lucky #AB9C0A

Color information

#AB9C0A (or 0xAB9C0A) is unknown color: approx Lucky. HEX triplet: AB, 9C and 0A. RGB value is (171,156,10). Sum of RGB (Red+Green+Blue) = 171+156+10=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 156 (61.33% from 255 or 46.29% from 337); Blue value is 10 (4.30% from 255 or 2.97% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9C0A is #5463F5. Grayscale: #909090. Windows color (decimal): -5530614 or 695467. OLE color: 695467.

HSL color Cylindrical-coordinate representation of color #AB9C0A: hue angle of 54.41º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB9C0A is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB17115610-
CMYK00.090.940.33
HSL54.41º88.95%35.49%-
HSV(B)54.41º94.15%67.06%-
XYZ28.7432.465.04-
YUV143.8452.47147.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.74%
GREEN value IS 156 (61.33% from 255) = 46.29%
BLUE value IS 10 (4.30% from 255) = 2.97%
R=50.74%
G=46.29%
B=2.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711561000.090.940.3354.4188.9535.49
HexAB9CA095E21365923
Octal25323412011136416613143
Binary101010111001110010100100110111101000011101101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9C0A; }

 p { color: rgb(171,156,10); }

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

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

 a { background-color: rgb(171,156,10); }

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

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

 span { border-color: rgb(171,156,10); }

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