Shades of Lucky #AC9803
Tints of Lucky #AC9803
RGB
CMYK
RGB Variations
Color information
#AC9803 (or 0xAC9803) is known color: Lucky. HEX triplet: AC, 98 and 03. RGB value is (172,152,3). Sum of RGB (Red+Green+Blue) = 172+152+3=327 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.60% from 327); Green value is 152 (59.77% from 255 or 46.48% from 327); Blue value is 3 (1.56% from 255 or 0.92% from 327); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9803 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9803 is #5367FC. Grayscale: #8D8D8D. Windows color (decimal): -5466109 or 235692. OLE color: 235692.
HSL color Cylindrical-coordinate representation of color #AC9803: hue angle of 52.9º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC9803 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 152 | 3 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.33 |
| HSL | 52.9º | 0.97% | 0.34% | - |
| HSV(B) | 52.9º | 0.98% | 0.67% | - |
| XYZ | 28.26 | 31.23 | 4.63 | - |
| YUV | 140.99 | 50.13 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 152 | 3 | 0 | 0.12 | 0.98 | 0.33 | 52.9 | 0.97 | 0.34 |
| Hex | AC | 98 | 3 | 0 | C | 62 | 21 | 35 | 61 | 22 |
| Octal | 254 | 230 | 3 | 0 | 14 | 142 | 41 | 65 | 141 | 42 |
| Binary | 10101100 | 10011000 | 11 | 0 | 1100 | 1100010 | 100001 | 110101 | 1100001 | 100010 |
Color Harmonies of #AC9803
Complementary color
Monochromatic Colors of #AC9803
Black with #AC9803
Text Example
Text Example
White with #AC9803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9803; }
p { color: rgb(172,152,3); }
H1.HeaderClassName
{
color: #AC9803;
}
.AnyTagClassName
{
color: #AC9803;
}
</style>
background-color css
<style>
a { background-color: #AC9803; }
a { background-color: rgb(172,152,3); }
div.DivClassName
{
background-color: #AC9803;
}
.BgClassName
{
background-color: #AC9803;
}
</style>
border-color css
<style>
span { border-color: #AC9803; }
span { border-color: rgb(172,152,3); }
td.TdClassName
{
border-color: #AC9803;
}
.TagClassName
{
border-color: #AC9803;
}
</style>