Shades of Lucky #AC961D
Tints of Lucky #AC961D
RGB
CMYK
RGB Variations
Color information
#AC961D (or 0xAC961D) is known color: Lucky. HEX triplet: AC, 96 and 1D. RGB value is (172,150,29). Sum of RGB (Red+Green+Blue) = 172+150+29=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 150 (58.98% from 255 or 42.74% from 351); Blue value is 29 (11.72% from 255 or 8.26% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC961D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC961D is #5369E2. Grayscale: #8F8F8F. Windows color (decimal): -5466595 or 1939116. OLE color: 1939116.
HSL color Cylindrical-coordinate representation of color #AC961D: hue angle of 50.77º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC961D is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 150 | 29 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.33 |
| HSL | 50.77º | 0.71% | 0.39% | - |
| HSV(B) | 50.77º | 0.83% | 0.67% | - |
| XYZ | 28.14 | 30.67 | 5.6 | - |
| YUV | 142.78 | 63.79 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 150 | 29 | 0 | 0.13 | 0.83 | 0.33 | 50.77 | 0.71 | 0.39 |
| Hex | AC | 96 | 1D | 0 | D | 53 | 21 | 33 | 47 | 27 |
| Octal | 254 | 226 | 35 | 0 | 15 | 123 | 41 | 63 | 107 | 47 |
| Binary | 10101100 | 10010110 | 11101 | 0 | 1101 | 1010011 | 100001 | 110011 | 1000111 | 100111 |
Color Harmonies of #AC961D
Complementary color
Monochromatic Colors of #AC961D
Black with #AC961D
Text Example
Text Example
White with #AC961D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC961D; }
p { color: rgb(172,150,29); }
H1.HeaderClassName
{
color: #AC961D;
}
.AnyTagClassName
{
color: #AC961D;
}
</style>
background-color css
<style>
a { background-color: #AC961D; }
a { background-color: rgb(172,150,29); }
div.DivClassName
{
background-color: #AC961D;
}
.BgClassName
{
background-color: #AC961D;
}
</style>
border-color css
<style>
span { border-color: #AC961D; }
span { border-color: rgb(172,150,29); }
td.TdClassName
{
border-color: #AC961D;
}
.TagClassName
{
border-color: #AC961D;
}
</style>