#AC9F09

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

Shades of Lucky #AC9F09

Tints of Lucky #AC9F09

Color information

#AC9F09 (or 0xAC9F09) is unknown color: approx Lucky. HEX triplet: AC, 9F and 09. RGB value is (172,159,9). Sum of RGB (Red+Green+Blue) = 172+159+9=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 159 (62.5% from 255 or 46.76% from 340); Blue value is 9 (3.91% from 255 or 2.65% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9F09 is #5360F6. Grayscale: #929292. Windows color (decimal): -5464311 or 630700. OLE color: 630700.

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

Color convert

RGB1721599-
CMYK00.080.950.33
HSL55.21º90.06%35.49%-
HSV(B)55.21º94.77%67.45%-
XYZ29.4633.595.19-
YUV145.7950.81146.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.59%
GREEN value IS 159 (62.5% from 255) = 46.76%
BLUE value IS 9 (3.91% from 255) = 2.65%
R=50.59%
G=46.76%
B=2.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172159900.080.950.3355.2190.0635.49
HexAC9F9085F21375a23
Octal25423711010137416713243
Binary101011001001111110010100010111111000011101111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9F09; }

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

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

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

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

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

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

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

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