Shades of Lucky #AC960E
Tints of Lucky #AC960E
RGB
CMYK
RGB Variations
Color information
#AC960E (or 0xAC960E) is known color: Lucky. HEX triplet: AC, 96 and 0E. RGB value is (172,150,14). Sum of RGB (Red+Green+Blue) = 172+150+14=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 14 (5.86% from 255 or 4.17% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC960E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC960E is #5369F1. Grayscale: #8D8D8D. Windows color (decimal): -5466610 or 956076. OLE color: 956076.
HSL color Cylindrical-coordinate representation of color #AC960E: hue angle of 51.65º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC960E is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 150 | 14 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.33 |
| HSL | 51.65º | 0.85% | 0.36% | - |
| HSV(B) | 51.65º | 0.92% | 0.67% | - |
| XYZ | 28 | 30.62 | 4.85 | - |
| YUV | 141.07 | 56.29 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 150 | 14 | 0 | 0.13 | 0.92 | 0.33 | 51.65 | 0.85 | 0.36 |
| Hex | AC | 96 | E | 0 | D | 5C | 21 | 34 | 55 | 24 |
| Octal | 254 | 226 | 16 | 0 | 15 | 134 | 41 | 64 | 125 | 44 |
| Binary | 10101100 | 10010110 | 1110 | 0 | 1101 | 1011100 | 100001 | 110100 | 1010101 | 100100 |
Color Harmonies of #AC960E
Complementary color
Monochromatic Colors of #AC960E
Black with #AC960E
Text Example
Text Example
White with #AC960E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC960E; }
p { color: rgb(172,150,14); }
H1.HeaderClassName
{
color: #AC960E;
}
.AnyTagClassName
{
color: #AC960E;
}
</style>
background-color css
<style>
a { background-color: #AC960E; }
a { background-color: rgb(172,150,14); }
div.DivClassName
{
background-color: #AC960E;
}
.BgClassName
{
background-color: #AC960E;
}
</style>
border-color css
<style>
span { border-color: #AC960E; }
span { border-color: rgb(172,150,14); }
td.TdClassName
{
border-color: #AC960E;
}
.TagClassName
{
border-color: #AC960E;
}
</style>