#AC9D0E

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

Shades of Lucky #AC9D0E

Tints of Lucky #AC9D0E

Color information

#AC9D0E (or 0xAC9D0E) is unknown color: approx Lucky. HEX triplet: AC, 9D and 0E. RGB value is (172,157,14). Sum of RGB (Red+Green+Blue) = 172+157+14=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 157 (61.72% from 255 or 45.77% from 343); Blue value is 14 (5.86% from 255 or 4.08% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9D0E is #5362F1. Grayscale: #919191. Windows color (decimal): -5464818 or 957868. OLE color: 957868.

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

Color convert

RGB17215714-
CMYK00.090.920.33
HSL54.3º84.95%36.47%-
HSV(B)54.3º91.86%67.45%-
XYZ29.1532.925.23-
YUV145.1853.97147.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.15%
GREEN value IS 157 (61.72% from 255) = 45.77%
BLUE value IS 14 (5.86% from 255) = 4.08%
R=50.15%
G=45.77%
B=4.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721571400.090.920.3354.384.9536.47
HexAC9DE095C21365524
Octal25423516011134416612544
Binary101011001001110111100100110111001000011101101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9D0E; }

 p { color: rgb(172,157,14); }

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

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

 a { background-color: rgb(172,157,14); }

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

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

 span { border-color: rgb(172,157,14); }

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