Shades of Lucky #AC9702
Tints of Lucky #AC9702
RGB
CMYK
RGB Variations
Color information
#AC9702 (or 0xAC9702) is known color: Lucky. HEX triplet: AC, 97 and 02. RGB value is (172,151,2). Sum of RGB (Red+Green+Blue) = 172+151+2=325 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.92% from 325); Green value is 151 (59.38% from 255 or 46.46% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9702 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9702 is #5368FD. Grayscale: #8C8C8C. Windows color (decimal): -5466366 or 169900. OLE color: 169900.
HSL color Cylindrical-coordinate representation of color #AC9702: hue angle of 52.59º 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 #AC9702 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 151 | 2 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.33 |
| HSL | 52.59º | 0.98% | 0.34% | - |
| HSV(B) | 52.59º | 0.99% | 0.67% | - |
| XYZ | 28.09 | 30.91 | 4.54 | - |
| YUV | 140.29 | 49.96 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 151 | 2 | 0 | 0.12 | 0.99 | 0.33 | 52.59 | 0.98 | 0.34 |
| Hex | AC | 97 | 2 | 0 | C | 63 | 21 | 35 | 62 | 22 |
| Octal | 254 | 227 | 2 | 0 | 14 | 143 | 41 | 65 | 142 | 42 |
| Binary | 10101100 | 10010111 | 10 | 0 | 1100 | 1100011 | 100001 | 110101 | 1100010 | 100010 |
Color Harmonies of #AC9702
Complementary color
Monochromatic Colors of #AC9702
Black with #AC9702
Text Example
Text Example
White with #AC9702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9702; }
p { color: rgb(172,151,2); }
H1.HeaderClassName
{
color: #AC9702;
}
.AnyTagClassName
{
color: #AC9702;
}
</style>
background-color css
<style>
a { background-color: #AC9702; }
a { background-color: rgb(172,151,2); }
div.DivClassName
{
background-color: #AC9702;
}
.BgClassName
{
background-color: #AC9702;
}
</style>
border-color css
<style>
span { border-color: #AC9702; }
span { border-color: rgb(172,151,2); }
td.TdClassName
{
border-color: #AC9702;
}
.TagClassName
{
border-color: #AC9702;
}
</style>