Shades of Lucky #AC9E01
Tints of Lucky #AC9E01
RGB
CMYK
RGB Variations
Color information
#AC9E01 (or 0xAC9E01) is known color: Lucky. HEX triplet: AC, 9E and 01. RGB value is (172,158,1). Sum of RGB (Red+Green+Blue) = 172+158+1=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 158 (62.11% from 255 or 47.73% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9E01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9E01 is #5361FE. Grayscale: #909090. Windows color (decimal): -5464575 or 106156. OLE color: 106156.
HSL color Cylindrical-coordinate representation of color #AC9E01: hue angle of 55.09º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC9E01 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 158 | 1 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.33 |
| HSL | 55.09º | 0.99% | 0.34% | - |
| HSV(B) | 55.09º | 0.99% | 0.67% | - |
| XYZ | 29.25 | 33.23 | 4.9 | - |
| YUV | 144.29 | 47.14 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 158 | 1 | 0 | 0.08 | 0.99 | 0.33 | 55.09 | 0.99 | 0.34 |
| Hex | AC | 9E | 1 | 0 | 8 | 63 | 21 | 37 | 63 | 22 |
| Octal | 254 | 236 | 1 | 0 | 10 | 143 | 41 | 67 | 143 | 42 |
| Binary | 10101100 | 10011110 | 1 | 0 | 1000 | 1100011 | 100001 | 110111 | 1100011 | 100010 |
Color Harmonies of #AC9E01
Complementary color
Monochromatic Colors of #AC9E01
Black with #AC9E01
Text Example
Text Example
White with #AC9E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9E01; }
p { color: rgb(172,158,1); }
H1.HeaderClassName
{
color: #AC9E01;
}
.AnyTagClassName
{
color: #AC9E01;
}
</style>
background-color css
<style>
a { background-color: #AC9E01; }
a { background-color: rgb(172,158,1); }
div.DivClassName
{
background-color: #AC9E01;
}
.BgClassName
{
background-color: #AC9E01;
}
</style>
border-color css
<style>
span { border-color: #AC9E01; }
span { border-color: rgb(172,158,1); }
td.TdClassName
{
border-color: #AC9E01;
}
.TagClassName
{
border-color: #AC9E01;
}
</style>