Shades of Lucky #AC960C
Tints of Lucky #AC960C
RGB
CMYK
RGB Variations
Color information
#AC960C (or 0xAC960C) is known color: Lucky. HEX triplet: AC, 96 and 0C. RGB value is (172,150,12). Sum of RGB (Red+Green+Blue) = 172+150+12=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 150 (58.98% from 255 or 44.91% from 334); Blue value is 12 (5.08% from 255 or 3.59% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC960C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC960C is #5369F3. Grayscale: #8D8D8D. Windows color (decimal): -5466612 or 825004. OLE color: 825004.
HSL color Cylindrical-coordinate representation of color #AC960C: hue angle of 51.75º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC960C is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 150 | 12 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.33 |
| HSL | 51.75º | 0.87% | 0.36% | - |
| HSV(B) | 51.75º | 0.93% | 0.67% | - |
| XYZ | 27.99 | 30.61 | 4.78 | - |
| YUV | 140.85 | 55.29 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 150 | 12 | 0 | 0.13 | 0.93 | 0.33 | 51.75 | 0.87 | 0.36 |
| Hex | AC | 96 | C | 0 | D | 5D | 21 | 34 | 57 | 24 |
| Octal | 254 | 226 | 14 | 0 | 15 | 135 | 41 | 64 | 127 | 44 |
| Binary | 10101100 | 10010110 | 1100 | 0 | 1101 | 1011101 | 100001 | 110100 | 1010111 | 100100 |
Color Harmonies of #AC960C
Complementary color
Monochromatic Colors of #AC960C
Black with #AC960C
Text Example
Text Example
White with #AC960C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC960C; }
p { color: rgb(172,150,12); }
H1.HeaderClassName
{
color: #AC960C;
}
.AnyTagClassName
{
color: #AC960C;
}
</style>
background-color css
<style>
a { background-color: #AC960C; }
a { background-color: rgb(172,150,12); }
div.DivClassName
{
background-color: #AC960C;
}
.BgClassName
{
background-color: #AC960C;
}
</style>
border-color css
<style>
span { border-color: #AC960C; }
span { border-color: rgb(172,150,12); }
td.TdClassName
{
border-color: #AC960C;
}
.TagClassName
{
border-color: #AC960C;
}
</style>