Shades of Lucky #AC9908
Tints of Lucky #AC9908
RGB
CMYK
RGB Variations
Color information
#AC9908 (or 0xAC9908) is known color: Lucky. HEX triplet: AC, 99 and 08. RGB value is (172,153,8). Sum of RGB (Red+Green+Blue) = 172+153+8=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 8 (3.52% from 255 or 2.40% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9908 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9908 is #5366F7. Grayscale: #8E8E8E. Windows color (decimal): -5465848 or 563628. OLE color: 563628.
HSL color Cylindrical-coordinate representation of color #AC9908: hue angle of 53.05º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC9908 is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 153 | 8 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.33 |
| HSL | 53.05º | 0.91% | 0.35% | - |
| HSV(B) | 53.05º | 0.95% | 0.67% | - |
| XYZ | 28.45 | 31.57 | 4.82 | - |
| YUV | 142.15 | 52.29 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 153 | 8 | 0 | 0.11 | 0.95 | 0.33 | 53.05 | 0.91 | 0.35 |
| Hex | AC | 99 | 8 | 0 | B | 5F | 21 | 35 | 5B | 23 |
| Octal | 254 | 231 | 10 | 0 | 13 | 137 | 41 | 65 | 133 | 43 |
| Binary | 10101100 | 10011001 | 1000 | 0 | 1011 | 1011111 | 100001 | 110101 | 1011011 | 100011 |
Color Harmonies of #AC9908
Complementary color
Monochromatic Colors of #AC9908
Black with #AC9908
Text Example
Text Example
White with #AC9908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9908; }
p { color: rgb(172,153,8); }
H1.HeaderClassName
{
color: #AC9908;
}
.AnyTagClassName
{
color: #AC9908;
}
</style>
background-color css
<style>
a { background-color: #AC9908; }
a { background-color: rgb(172,153,8); }
div.DivClassName
{
background-color: #AC9908;
}
.BgClassName
{
background-color: #AC9908;
}
</style>
border-color css
<style>
span { border-color: #AC9908; }
span { border-color: rgb(172,153,8); }
td.TdClassName
{
border-color: #AC9908;
}
.TagClassName
{
border-color: #AC9908;
}
</style>