#AC9E0F

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

Shades of Lucky #AC9E0F

Tints of Lucky #AC9E0F

Color information

#AC9E0F (or 0xAC9E0F) is unknown color: approx Lucky. HEX triplet: AC, 9E and 0F. RGB value is (172,158,15). Sum of RGB (Red+Green+Blue) = 172+158+15=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 158 (62.11% from 255 or 45.80% from 345); Blue value is 15 (6.25% from 255 or 4.35% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9E0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9E0F is #5361F0. Grayscale: #929292. Windows color (decimal): -5464561 or 1023660. OLE color: 1023660.

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

Color convert

RGB17215815-
CMYK00.080.910.33
HSL54.65º83.96%36.67%-
HSV(B)54.65º91.28%67.45%-
XYZ29.3333.265.33-
YUV145.8854.14146.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.86%
GREEN value IS 158 (62.11% from 255) = 45.80%
BLUE value IS 15 (6.25% from 255) = 4.35%
R=49.86%
G=45.80%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721581500.080.910.3354.6583.9636.67
HexAC9EF085B21375425
Octal25423617010133416712445
Binary101011001001111011110100010110111000011101111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9E0F; }

 p { color: rgb(172,158,15); }

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

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

 a { background-color: rgb(172,158,15); }

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

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

 span { border-color: rgb(172,158,15); }

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