Shades of Lucky #AC9C02
Tints of Lucky #AC9C02
RGB
CMYK
RGB Variations
Color information
#AC9C02 (or 0xAC9C02) is known color: Lucky. HEX triplet: AC, 9C and 02. RGB value is (172,156,2). Sum of RGB (Red+Green+Blue) = 172+156+2=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 156 (61.33% from 255 or 47.27% from 330); Blue value is 2 (1.17% from 255 or 0.61% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9C02 is #5363FD. Grayscale: #8F8F8F. Windows color (decimal): -5465086 or 171180. OLE color: 171180.
HSL color Cylindrical-coordinate representation of color #AC9C02: hue angle of 54.35º degrees, saturation: 0.98, 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 #AC9C02 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 156 | 2 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.33 |
| HSL | 54.35º | 0.98% | 0.34% | - |
| HSV(B) | 54.35º | 0.99% | 0.67% | - |
| XYZ | 28.91 | 32.55 | 4.82 | - |
| YUV | 143.23 | 48.3 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 156 | 2 | 0 | 0.09 | 0.99 | 0.33 | 54.35 | 0.98 | 0.34 |
| Hex | AC | 9C | 2 | 0 | 9 | 63 | 21 | 36 | 62 | 22 |
| Octal | 254 | 234 | 2 | 0 | 11 | 143 | 41 | 66 | 142 | 42 |
| Binary | 10101100 | 10011100 | 10 | 0 | 1001 | 1100011 | 100001 | 110110 | 1100010 | 100010 |
Color Harmonies of #AC9C02
Complementary color
Monochromatic Colors of #AC9C02
Black with #AC9C02
Text Example
Text Example
White with #AC9C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9C02; }
p { color: rgb(172,156,2); }
H1.HeaderClassName
{
color: #AC9C02;
}
.AnyTagClassName
{
color: #AC9C02;
}
</style>
background-color css
<style>
a { background-color: #AC9C02; }
a { background-color: rgb(172,156,2); }
div.DivClassName
{
background-color: #AC9C02;
}
.BgClassName
{
background-color: #AC9C02;
}
</style>
border-color css
<style>
span { border-color: #AC9C02; }
span { border-color: rgb(172,156,2); }
td.TdClassName
{
border-color: #AC9C02;
}
.TagClassName
{
border-color: #AC9C02;
}
</style>