Shades of Lucky #AC960B
Tints of Lucky #AC960B
RGB
CMYK
RGB Variations
Color information
#AC960B (or 0xAC960B) is known color: Lucky. HEX triplet: AC, 96 and 0B. RGB value is (172,150,11). Sum of RGB (Red+Green+Blue) = 172+150+11=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 150 (58.98% from 255 or 45.05% from 333); Blue value is 11 (4.69% from 255 or 3.30% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC960B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC960B is #5369F4. Grayscale: #8D8D8D. Windows color (decimal): -5466613 or 759468. OLE color: 759468.
HSL color Cylindrical-coordinate representation of color #AC960B: hue angle of 51.8º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC960B is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 150 | 11 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.33 |
| HSL | 51.8º | 0.88% | 0.36% | - |
| HSV(B) | 51.8º | 0.94% | 0.67% | - |
| XYZ | 27.98 | 30.61 | 4.75 | - |
| YUV | 140.73 | 54.79 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 150 | 11 | 0 | 0.13 | 0.94 | 0.33 | 51.8 | 0.88 | 0.36 |
| Hex | AC | 96 | B | 0 | D | 5E | 21 | 34 | 58 | 24 |
| Octal | 254 | 226 | 13 | 0 | 15 | 136 | 41 | 64 | 130 | 44 |
| Binary | 10101100 | 10010110 | 1011 | 0 | 1101 | 1011110 | 100001 | 110100 | 1011000 | 100100 |
Color Harmonies of #AC960B
Complementary color
Monochromatic Colors of #AC960B
Black with #AC960B
Text Example
Text Example
White with #AC960B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC960B; }
p { color: rgb(172,150,11); }
H1.HeaderClassName
{
color: #AC960B;
}
.AnyTagClassName
{
color: #AC960B;
}
</style>
background-color css
<style>
a { background-color: #AC960B; }
a { background-color: rgb(172,150,11); }
div.DivClassName
{
background-color: #AC960B;
}
.BgClassName
{
background-color: #AC960B;
}
</style>
border-color css
<style>
span { border-color: #AC960B; }
span { border-color: rgb(172,150,11); }
td.TdClassName
{
border-color: #AC960B;
}
.TagClassName
{
border-color: #AC960B;
}
</style>