Shades of Lucky #AC911C
Tints of Lucky #AC911C
RGB
CMYK
RGB Variations
Color information
#AC911C (or 0xAC911C) is known color: Lucky. HEX triplet: AC, 91 and 1C. RGB value is (172,145,28). Sum of RGB (Red+Green+Blue) = 172+145+28=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 145 (57.03% from 255 or 42.03% from 345); Blue value is 28 (11.33% from 255 or 8.12% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC911C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC911C is #536EE3. Grayscale: #8C8C8C. Windows color (decimal): -5467876 or 1872300. OLE color: 1872300.
HSL color Cylindrical-coordinate representation of color #AC911C: hue angle of 48.75º degrees, saturation: 0.72, 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 #AC911C is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 145 | 28 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.33 |
| HSL | 48.75º | 0.72% | 0.39% | - |
| HSV(B) | 48.75º | 0.84% | 0.67% | - |
| XYZ | 27.35 | 29.11 | 5.28 | - |
| YUV | 139.74 | 64.95 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 145 | 28 | 0 | 0.16 | 0.84 | 0.33 | 48.75 | 0.72 | 0.39 |
| Hex | AC | 91 | 1C | 0 | 10 | 54 | 21 | 31 | 48 | 27 |
| Octal | 254 | 221 | 34 | 0 | 20 | 124 | 41 | 61 | 110 | 47 |
| Binary | 10101100 | 10010001 | 11100 | 0 | 10000 | 1010100 | 100001 | 110001 | 1001000 | 100111 |
Color Harmonies of #AC911C
Complementary color
Monochromatic Colors of #AC911C
Black with #AC911C
Text Example
Text Example
White with #AC911C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC911C; }
p { color: rgb(172,145,28); }
H1.HeaderClassName
{
color: #AC911C;
}
.AnyTagClassName
{
color: #AC911C;
}
</style>
background-color css
<style>
a { background-color: #AC911C; }
a { background-color: rgb(172,145,28); }
div.DivClassName
{
background-color: #AC911C;
}
.BgClassName
{
background-color: #AC911C;
}
</style>
border-color css
<style>
span { border-color: #AC911C; }
span { border-color: rgb(172,145,28); }
td.TdClassName
{
border-color: #AC911C;
}
.TagClassName
{
border-color: #AC911C;
}
</style>