#AB9F0F

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

Shades of Lucky #AB9F0F

Tints of Lucky #AB9F0F

Color information

#AB9F0F (or 0xAB9F0F) is unknown color: approx Lucky. HEX triplet: AB, 9F and 0F. RGB value is (171,159,15). Sum of RGB (Red+Green+Blue) = 171+159+15=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 159 (62.5% from 255 or 46.09% from 345); Blue value is 15 (6.25% from 255 or 4.35% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9F0F is #5460F0. Grayscale: #929292. Windows color (decimal): -5529841 or 1023915. OLE color: 1023915.

HSL color Cylindrical-coordinate representation of color #AB9F0F: hue angle of 55.38º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB9F0F is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB17115915-
CMYK00.070.910.33
HSL55.38º83.87%36.47%-
HSV(B)55.38º91.23%67.06%-
XYZ29.2833.495.37-
YUV146.1753.98145.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.57%
GREEN value IS 159 (62.5% from 255) = 46.09%
BLUE value IS 15 (6.25% from 255) = 4.35%
R=49.57%
G=46.09%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711591500.070.910.3355.3883.8736.47
HexAB9FF075B21375424
Octal2532371707133416712444
Binary10101011100111111111011110110111000011101111010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9F0F; }

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

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

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

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

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

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

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

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