Shades of Lucky #AC951E
Tints of Lucky #AC951E
RGB
CMYK
RGB Variations
Color information
#AC951E (or 0xAC951E) is known color: Lucky. HEX triplet: AC, 95 and 1E. RGB value is (172,149,30). Sum of RGB (Red+Green+Blue) = 172+149+30=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 149 (58.59% from 255 or 42.45% from 351); Blue value is 30 (12.11% from 255 or 8.55% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC951E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC951E is #536AE1. Grayscale: #8E8E8E. Windows color (decimal): -5466850 or 2004396. OLE color: 2004396.
HSL color Cylindrical-coordinate representation of color #AC951E: hue angle of 50.28º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC951E is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 149 | 30 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.33 |
| HSL | 50.28º | 0.7% | 0.4% | - |
| HSV(B) | 50.28º | 0.83% | 0.67% | - |
| XYZ | 28 | 30.36 | 5.61 | - |
| YUV | 142.31 | 64.62 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 149 | 30 | 0 | 0.13 | 0.83 | 0.33 | 50.28 | 0.7 | 0.4 |
| Hex | AC | 95 | 1E | 0 | D | 53 | 21 | 32 | 46 | 28 |
| Octal | 254 | 225 | 36 | 0 | 15 | 123 | 41 | 62 | 106 | 50 |
| Binary | 10101100 | 10010101 | 11110 | 0 | 1101 | 1010011 | 100001 | 110010 | 1000110 | 101000 |
Color Harmonies of #AC951E
Complementary color
Monochromatic Colors of #AC951E
Black with #AC951E
Text Example
Text Example
White with #AC951E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC951E; }
p { color: rgb(172,149,30); }
H1.HeaderClassName
{
color: #AC951E;
}
.AnyTagClassName
{
color: #AC951E;
}
</style>
background-color css
<style>
a { background-color: #AC951E; }
a { background-color: rgb(172,149,30); }
div.DivClassName
{
background-color: #AC951E;
}
.BgClassName
{
background-color: #AC951E;
}
</style>
border-color css
<style>
span { border-color: #AC951E; }
span { border-color: rgb(172,149,30); }
td.TdClassName
{
border-color: #AC951E;
}
.TagClassName
{
border-color: #AC951E;
}
</style>