Shades of Lucky #AC961B
Tints of Lucky #AC961B
RGB
CMYK
RGB Variations
Color information
#AC961B (or 0xAC961B) is known color: Lucky. HEX triplet: AC, 96 and 1B. RGB value is (172,150,27). Sum of RGB (Red+Green+Blue) = 172+150+27=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 150 (58.98% from 255 or 42.98% from 349); Blue value is 27 (10.94% from 255 or 7.74% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC961B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC961B is #5369E4. Grayscale: #8F8F8F. Windows color (decimal): -5466597 or 1808044. OLE color: 1808044.
HSL color Cylindrical-coordinate representation of color #AC961B: hue angle of 50.9º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC961B is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 150 | 27 | - |
| CMYK | 0 | 0.13 | 0.84 | 0.33 |
| HSL | 50.9º | 0.73% | 0.39% | - |
| HSV(B) | 50.9º | 0.84% | 0.67% | - |
| XYZ | 28.12 | 30.66 | 5.47 | - |
| YUV | 142.56 | 62.79 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 150 | 27 | 0 | 0.13 | 0.84 | 0.33 | 50.9 | 0.73 | 0.39 |
| Hex | AC | 96 | 1B | 0 | D | 54 | 21 | 33 | 49 | 27 |
| Octal | 254 | 226 | 33 | 0 | 15 | 124 | 41 | 63 | 111 | 47 |
| Binary | 10101100 | 10010110 | 11011 | 0 | 1101 | 1010100 | 100001 | 110011 | 1001001 | 100111 |
Color Harmonies of #AC961B
Complementary color
Monochromatic Colors of #AC961B
Black with #AC961B
Text Example
Text Example
White with #AC961B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC961B; }
p { color: rgb(172,150,27); }
H1.HeaderClassName
{
color: #AC961B;
}
.AnyTagClassName
{
color: #AC961B;
}
</style>
background-color css
<style>
a { background-color: #AC961B; }
a { background-color: rgb(172,150,27); }
div.DivClassName
{
background-color: #AC961B;
}
.BgClassName
{
background-color: #AC961B;
}
</style>
border-color css
<style>
span { border-color: #AC961B; }
span { border-color: rgb(172,150,27); }
td.TdClassName
{
border-color: #AC961B;
}
.TagClassName
{
border-color: #AC961B;
}
</style>