Shades of Lucky #AC900F
Tints of Lucky #AC900F
RGB
CMYK
RGB Variations
Color information
#AC900F (or 0xAC900F) is known color: Lucky. HEX triplet: AC, 90 and 0F. RGB value is (172,144,15). Sum of RGB (Red+Green+Blue) = 172+144+15=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 15 (6.25% from 255 or 4.53% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC900F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC900F is #536FF0. Grayscale: #8A8A8A. Windows color (decimal): -5468145 or 1020076. OLE color: 1020076.
HSL color Cylindrical-coordinate representation of color #AC900F: hue angle of 49.3º 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 #AC900F is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 144 | 15 | - |
| CMYK | 0 | 0.16 | 0.91 | 0.33 |
| HSL | 49.3º | 0.84% | 0.37% | - |
| HSV(B) | 49.3º | 0.91% | 0.67% | - |
| XYZ | 27.07 | 28.75 | 4.57 | - |
| YUV | 137.67 | 58.78 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 144 | 15 | 0 | 0.16 | 0.91 | 0.33 | 49.3 | 0.84 | 0.37 |
| Hex | AC | 90 | F | 0 | 10 | 5B | 21 | 31 | 54 | 25 |
| Octal | 254 | 220 | 17 | 0 | 20 | 133 | 41 | 61 | 124 | 45 |
| Binary | 10101100 | 10010000 | 1111 | 0 | 10000 | 1011011 | 100001 | 110001 | 1010100 | 100101 |
Color Harmonies of #AC900F
Complementary color
Monochromatic Colors of #AC900F
Black with #AC900F
Text Example
Text Example
White with #AC900F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC900F; }
p { color: rgb(172,144,15); }
H1.HeaderClassName
{
color: #AC900F;
}
.AnyTagClassName
{
color: #AC900F;
}
</style>
background-color css
<style>
a { background-color: #AC900F; }
a { background-color: rgb(172,144,15); }
div.DivClassName
{
background-color: #AC900F;
}
.BgClassName
{
background-color: #AC900F;
}
</style>
border-color css
<style>
span { border-color: #AC900F; }
span { border-color: rgb(172,144,15); }
td.TdClassName
{
border-color: #AC900F;
}
.TagClassName
{
border-color: #AC900F;
}
</style>