#AC9A0F

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

Shades of Lucky #AC9A0F

Tints of Lucky #AC9A0F

Color information

#AC9A0F (or 0xAC9A0F) is unknown color: approx Lucky. HEX triplet: AC, 9A and 0F. RGB value is (172,154,15). Sum of RGB (Red+Green+Blue) = 172+154+15=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 154 (60.55% from 255 or 45.16% from 341); Blue value is 15 (6.25% from 255 or 4.40% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9A0F is #5365F0. Grayscale: #909090. Windows color (decimal): -5465585 or 1022636. OLE color: 1022636.

HSL color Cylindrical-coordinate representation of color #AC9A0F: hue angle of 53.12º 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 #AC9A0F is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB17215415-
CMYK00.100.910.33
HSL53.12º83.96%36.67%-
HSV(B)53.12º91.28%67.45%-
XYZ28.6631.925.1-
YUV143.5455.46148.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.44%
GREEN value IS 154 (60.55% from 255) = 45.16%
BLUE value IS 15 (6.25% from 255) = 4.40%
R=50.44%
G=45.16%
B=4.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721541500.100.910.3353.1283.9636.67
HexAC9AF0A5B21355425
Octal25423217012133416512445
Binary101011001001101011110101010110111000011101011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9A0F; }

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

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

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

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

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

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

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

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