Shades of Lucky #AC911D
Tints of Lucky #AC911D
RGB
CMYK
RGB Variations
Color information
#AC911D (or 0xAC911D) is known color: Lucky. HEX triplet: AC, 91 and 1D. RGB value is (172,145,29). Sum of RGB (Red+Green+Blue) = 172+145+29=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 145 (57.03% from 255 or 41.91% from 346); Blue value is 29 (11.72% from 255 or 8.38% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC911D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC911D is #536EE2. Grayscale: #8C8C8C. Windows color (decimal): -5467875 or 1937836. OLE color: 1937836.
HSL color Cylindrical-coordinate representation of color #AC911D: hue angle of 48.67º 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 #AC911D is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 145 | 29 | - |
| CMYK | 0 | 0.16 | 0.83 | 0.33 |
| HSL | 48.67º | 0.71% | 0.39% | - |
| HSV(B) | 48.67º | 0.83% | 0.67% | - |
| XYZ | 27.36 | 29.11 | 5.34 | - |
| YUV | 139.85 | 65.45 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 145 | 29 | 0 | 0.16 | 0.83 | 0.33 | 48.67 | 0.71 | 0.39 |
| Hex | AC | 91 | 1D | 0 | 10 | 53 | 21 | 31 | 47 | 27 |
| Octal | 254 | 221 | 35 | 0 | 20 | 123 | 41 | 61 | 107 | 47 |
| Binary | 10101100 | 10010001 | 11101 | 0 | 10000 | 1010011 | 100001 | 110001 | 1000111 | 100111 |
Color Harmonies of #AC911D
Complementary color
Monochromatic Colors of #AC911D
Black with #AC911D
Text Example
Text Example
White with #AC911D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC911D; }
p { color: rgb(172,145,29); }
H1.HeaderClassName
{
color: #AC911D;
}
.AnyTagClassName
{
color: #AC911D;
}
</style>
background-color css
<style>
a { background-color: #AC911D; }
a { background-color: rgb(172,145,29); }
div.DivClassName
{
background-color: #AC911D;
}
.BgClassName
{
background-color: #AC911D;
}
</style>
border-color css
<style>
span { border-color: #AC911D; }
span { border-color: rgb(172,145,29); }
td.TdClassName
{
border-color: #AC911D;
}
.TagClassName
{
border-color: #AC911D;
}
</style>