#AB9812

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

Shades of Lucky #AB9812

Tints of Lucky #AB9812

Color information

#AB9812 (or 0xAB9812) is unknown color: approx Lucky. HEX triplet: AB, 98 and 12. RGB value is (171,152,18). Sum of RGB (Red+Green+Blue) = 171+152+18=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 152 (59.77% from 255 or 44.57% from 341); Blue value is 18 (7.42% from 255 or 5.28% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9812 is #5467ED. Grayscale: #8E8E8E. Windows color (decimal): -5531630 or 1218731. OLE color: 1218731.

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

Color convert

RGB17115218-
CMYK00.110.890.33
HSL52.55º80.95%37.06%-
HSV(B)52.55º89.47%67.06%-
XYZ28.1331.165.1-
YUV142.457.79148.4-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.15%
GREEN value IS 152 (59.77% from 255) = 44.57%
BLUE value IS 18 (7.42% from 255) = 5.28%
R=50.15%
G=44.57%
B=5.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711521800.110.890.3352.5580.9537.06
HexAB98120B5921355125
Octal25323022013131416512145
Binary1010101110011000100100101110110011000011101011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9812; }

 p { color: rgb(171,152,18); }

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

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

 a { background-color: rgb(171,152,18); }

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

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

 span { border-color: rgb(171,152,18); }

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