#AB9F2B

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

Shades of Lucky #AB9F2B

Tints of Lucky #AB9F2B

Color information

#AB9F2B (or 0xAB9F2B) is unknown color: approx Lucky. HEX triplet: AB, 9F and 2B. RGB value is (171,159,43). Sum of RGB (Red+Green+Blue) = 171+159+43=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 159 (62.5% from 255 or 42.63% from 373); Blue value is 43 (17.19% from 255 or 11.53% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9F2B is #5460D4. Grayscale: #959595. Windows color (decimal): -5529813 or 2858923. OLE color: 2858923.

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

Color convert

RGB17115943-
CMYK00.070.750.33
HSL54.38º59.81%41.96%-
HSV(B)54.38º74.85%67.06%-
XYZ29.6333.637.21-
YUV149.3667.98143.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.84%
GREEN value IS 159 (62.5% from 255) = 42.63%
BLUE value IS 43 (17.19% from 255) = 11.53%
R=45.84%
G=42.63%
B=11.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711594300.070.750.3354.3859.8141.96
HexAB9F2B074B21363c2a
Octal253237530711341667452
Binary101010111001111110101101111001011100001110110111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9F2B; }

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

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

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

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

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

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

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

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