Shades of Lucky #AC9C08
Tints of Lucky #AC9C08
RGB
CMYK
RGB Variations
Color information
#AC9C08 (or 0xAC9C08) is known color: Lucky. HEX triplet: AC, 9C and 08. RGB value is (172,156,8). Sum of RGB (Red+Green+Blue) = 172+156+8=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 156 (61.33% from 255 or 46.43% from 336); Blue value is 8 (3.52% from 255 or 2.38% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9C08 is #5363F7. Grayscale: #909090. Windows color (decimal): -5465080 or 564396. OLE color: 564396.
HSL color Cylindrical-coordinate representation of color #AC9C08: hue angle of 54.15º 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 #AC9C08 is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 156 | 8 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.33 |
| HSL | 54.15º | 0.91% | 0.35% | - |
| HSV(B) | 54.15º | 0.95% | 0.67% | - |
| XYZ | 28.95 | 32.57 | 4.99 | - |
| YUV | 143.91 | 51.3 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 156 | 8 | 0 | 0.09 | 0.95 | 0.33 | 54.15 | 0.91 | 0.35 |
| Hex | AC | 9C | 8 | 0 | 9 | 5F | 21 | 36 | 5B | 23 |
| Octal | 254 | 234 | 10 | 0 | 11 | 137 | 41 | 66 | 133 | 43 |
| Binary | 10101100 | 10011100 | 1000 | 0 | 1001 | 1011111 | 100001 | 110110 | 1011011 | 100011 |
Color Harmonies of #AC9C08
Complementary color
Monochromatic Colors of #AC9C08
Black with #AC9C08
Text Example
Text Example
White with #AC9C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9C08; }
p { color: rgb(172,156,8); }
H1.HeaderClassName
{
color: #AC9C08;
}
.AnyTagClassName
{
color: #AC9C08;
}
</style>
background-color css
<style>
a { background-color: #AC9C08; }
a { background-color: rgb(172,156,8); }
div.DivClassName
{
background-color: #AC9C08;
}
.BgClassName
{
background-color: #AC9C08;
}
</style>
border-color css
<style>
span { border-color: #AC9C08; }
span { border-color: rgb(172,156,8); }
td.TdClassName
{
border-color: #AC9C08;
}
.TagClassName
{
border-color: #AC9C08;
}
</style>