Shades of Lucky #AC9B01
Tints of Lucky #AC9B01
RGB
CMYK
RGB Variations
Color information
#AC9B01 (or 0xAC9B01) is known color: Lucky. HEX triplet: AC, 9B and 01. RGB value is (172,155,1). Sum of RGB (Red+Green+Blue) = 172+155+1=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 155 (60.94% from 255 or 47.26% from 328); Blue value is 1 (0.78% from 255 or 0.30% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9B01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9B01 is #5364FE. Grayscale: #8F8F8F. Windows color (decimal): -5465343 or 105388. OLE color: 105388.
HSL color Cylindrical-coordinate representation of color #AC9B01: hue angle of 54.04º 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 #AC9B01 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 155 | 1 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.33 |
| HSL | 54.04º | 0.99% | 0.34% | - |
| HSV(B) | 54.04º | 0.99% | 0.67% | - |
| XYZ | 28.74 | 32.22 | 4.73 | - |
| YUV | 142.53 | 48.13 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 155 | 1 | 0 | 0.10 | 0.99 | 0.33 | 54.04 | 0.99 | 0.34 |
| Hex | AC | 9B | 1 | 0 | A | 63 | 21 | 36 | 63 | 22 |
| Octal | 254 | 233 | 1 | 0 | 12 | 143 | 41 | 66 | 143 | 42 |
| Binary | 10101100 | 10011011 | 1 | 0 | 1010 | 1100011 | 100001 | 110110 | 1100011 | 100010 |
Color Harmonies of #AC9B01
Complementary color
Monochromatic Colors of #AC9B01
Black with #AC9B01
Text Example
Text Example
White with #AC9B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9B01; }
p { color: rgb(172,155,1); }
H1.HeaderClassName
{
color: #AC9B01;
}
.AnyTagClassName
{
color: #AC9B01;
}
</style>
background-color css
<style>
a { background-color: #AC9B01; }
a { background-color: rgb(172,155,1); }
div.DivClassName
{
background-color: #AC9B01;
}
.BgClassName
{
background-color: #AC9B01;
}
</style>
border-color css
<style>
span { border-color: #AC9B01; }
span { border-color: rgb(172,155,1); }
td.TdClassName
{
border-color: #AC9B01;
}
.TagClassName
{
border-color: #AC9B01;
}
</style>