#AB9F0A

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

Shades of Lucky #AB9F0A

Tints of Lucky #AB9F0A

Color information

#AB9F0A (or 0xAB9F0A) is unknown color: approx Lucky. HEX triplet: AB, 9F and 0A. RGB value is (171,159,10). Sum of RGB (Red+Green+Blue) = 171+159+10=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 159 (62.5% from 255 or 46.76% from 340); Blue value is 10 (4.30% from 255 or 2.94% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9F0A is #5460F5. Grayscale: #929292. Windows color (decimal): -5529846 or 696235. OLE color: 696235.

HSL color Cylindrical-coordinate representation of color #AB9F0A: hue angle of 55.53º 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 #AB9F0A is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB17115910-
CMYK00.070.940.33
HSL55.53º88.95%35.49%-
HSV(B)55.53º94.15%67.06%-
XYZ29.2533.485.21-
YUV145.651.48146.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.29%
GREEN value IS 159 (62.5% from 255) = 46.76%
BLUE value IS 10 (4.30% from 255) = 2.94%
R=50.29%
G=46.76%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711591000.070.940.3355.5388.9535.49
HexAB9FA075E21385923
Octal2532371207136417013143
Binary10101011100111111010011110111101000011110001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9F0A; }

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

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

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

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

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

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

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

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