Shades of Lucky #AC961F
Tints of Lucky #AC961F
RGB
CMYK
RGB Variations
Color information
#AC961F (or 0xAC961F) is known color: Lucky. HEX triplet: AC, 96 and 1F. RGB value is (172,150,31). Sum of RGB (Red+Green+Blue) = 172+150+31=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 150 (58.98% from 255 or 42.49% from 353); Blue value is 31 (12.5% from 255 or 8.78% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC961F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC961F is #5369E0. Grayscale: #8F8F8F. Windows color (decimal): -5466593 or 2070188. OLE color: 2070188.
HSL color Cylindrical-coordinate representation of color #AC961F: hue angle of 50.64º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC961F is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 150 | 31 | - |
| CMYK | 0 | 0.13 | 0.82 | 0.33 |
| HSL | 50.64º | 0.69% | 0.4% | - |
| HSV(B) | 50.64º | 0.82% | 0.67% | - |
| XYZ | 28.17 | 30.68 | 5.73 | - |
| YUV | 143.01 | 64.79 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 150 | 31 | 0 | 0.13 | 0.82 | 0.33 | 50.64 | 0.69 | 0.4 |
| Hex | AC | 96 | 1F | 0 | D | 52 | 21 | 33 | 45 | 28 |
| Octal | 254 | 226 | 37 | 0 | 15 | 122 | 41 | 63 | 105 | 50 |
| Binary | 10101100 | 10010110 | 11111 | 0 | 1101 | 1010010 | 100001 | 110011 | 1000101 | 101000 |
Color Harmonies of #AC961F
Complementary color
Monochromatic Colors of #AC961F
Black with #AC961F
Text Example
Text Example
White with #AC961F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC961F; }
p { color: rgb(172,150,31); }
H1.HeaderClassName
{
color: #AC961F;
}
.AnyTagClassName
{
color: #AC961F;
}
</style>
background-color css
<style>
a { background-color: #AC961F; }
a { background-color: rgb(172,150,31); }
div.DivClassName
{
background-color: #AC961F;
}
.BgClassName
{
background-color: #AC961F;
}
</style>
border-color css
<style>
span { border-color: #AC961F; }
span { border-color: rgb(172,150,31); }
td.TdClassName
{
border-color: #AC961F;
}
.TagClassName
{
border-color: #AC961F;
}
</style>