#AB9B0F

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

Shades of Lucky #AB9B0F

Tints of Lucky #AB9B0F

Color information

#AB9B0F (or 0xAB9B0F) is unknown color: approx Lucky. HEX triplet: AB, 9B and 0F. RGB value is (171,155,15). Sum of RGB (Red+Green+Blue) = 171+155+15=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 155 (60.94% from 255 or 45.45% from 341); Blue value is 15 (6.25% from 255 or 4.40% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9B0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9B0F is #5464F0. Grayscale: #909090. Windows color (decimal): -5530865 or 1022891. OLE color: 1022891.

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

Color convert

RGB17115515-
CMYK00.090.910.33
HSL53.85º83.87%36.47%-
HSV(B)53.85º91.23%67.06%-
XYZ28.632.145.15-
YUV143.8255.3147.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.15%
GREEN value IS 155 (60.94% from 255) = 45.45%
BLUE value IS 15 (6.25% from 255) = 4.40%
R=50.15%
G=45.45%
B=4.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711551500.090.910.3353.8583.8736.47
HexAB9BF095B21365424
Octal25323317011133416612444
Binary101010111001101111110100110110111000011101101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9B0F; }

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

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

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

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

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

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

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

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