#AC9F0B

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

Shades of Lucky #AC9F0B

Tints of Lucky #AC9F0B

Color information

#AC9F0B (or 0xAC9F0B) is unknown color: approx Lucky. HEX triplet: AC, 9F and 0B. RGB value is (172,159,11). Sum of RGB (Red+Green+Blue) = 172+159+11=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 159 (62.5% from 255 or 46.49% from 342); Blue value is 11 (4.69% from 255 or 3.22% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9F0B is #5360F4. Grayscale: #929292. Windows color (decimal): -5464309 or 761772. OLE color: 761772.

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

Color convert

RGB17215911-
CMYK00.080.940.33
HSL55.16º87.98%35.88%-
HSV(B)55.16º93.6%67.45%-
XYZ29.4733.595.25-
YUV146.0151.81146.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.29%
GREEN value IS 159 (62.5% from 255) = 46.49%
BLUE value IS 11 (4.69% from 255) = 3.22%
R=50.29%
G=46.49%
B=3.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721591100.080.940.3355.1687.9835.88
HexAC9FB085E21375824
Octal25423713010136416713044
Binary101011001001111110110100010111101000011101111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9F0B; }

 p { color: rgb(172,159,11); }

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

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

 a { background-color: rgb(172,159,11); }

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

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

 span { border-color: rgb(172,159,11); }

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