Shades of Lucky #AC951F
Tints of Lucky #AC951F
RGB
CMYK
RGB Variations
Color information
#AC951F (or 0xAC951F) is known color: Lucky. HEX triplet: AC, 95 and 1F. RGB value is (172,149,31). Sum of RGB (Red+Green+Blue) = 172+149+31=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 149 (58.59% from 255 or 42.33% from 352); Blue value is 31 (12.5% from 255 or 8.81% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC951F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC951F is #536AE0. Grayscale: #8E8E8E. Windows color (decimal): -5466849 or 2069932. OLE color: 2069932.
HSL color Cylindrical-coordinate representation of color #AC951F: hue angle of 50.21º 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 #AC951F is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 149 | 31 | - |
| CMYK | 0 | 0.13 | 0.82 | 0.33 |
| HSL | 50.21º | 0.69% | 0.4% | - |
| HSV(B) | 50.21º | 0.82% | 0.67% | - |
| XYZ | 28.01 | 30.36 | 5.68 | - |
| YUV | 142.43 | 65.12 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 149 | 31 | 0 | 0.13 | 0.82 | 0.33 | 50.21 | 0.69 | 0.4 |
| Hex | AC | 95 | 1F | 0 | D | 52 | 21 | 32 | 45 | 28 |
| Octal | 254 | 225 | 37 | 0 | 15 | 122 | 41 | 62 | 105 | 50 |
| Binary | 10101100 | 10010101 | 11111 | 0 | 1101 | 1010010 | 100001 | 110010 | 1000101 | 101000 |
Color Harmonies of #AC951F
Complementary color
Monochromatic Colors of #AC951F
Black with #AC951F
Text Example
Text Example
White with #AC951F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC951F; }
p { color: rgb(172,149,31); }
H1.HeaderClassName
{
color: #AC951F;
}
.AnyTagClassName
{
color: #AC951F;
}
</style>
background-color css
<style>
a { background-color: #AC951F; }
a { background-color: rgb(172,149,31); }
div.DivClassName
{
background-color: #AC951F;
}
.BgClassName
{
background-color: #AC951F;
}
</style>
border-color css
<style>
span { border-color: #AC951F; }
span { border-color: rgb(172,149,31); }
td.TdClassName
{
border-color: #AC951F;
}
.TagClassName
{
border-color: #AC951F;
}
</style>