Shades of Lucky #AC9315
Tints of Lucky #AC9315
RGB
CMYK
RGB Variations
Color information
#AC9315 (or 0xAC9315) is known color: Lucky. HEX triplet: AC, 93 and 15. RGB value is (172,147,21). Sum of RGB (Red+Green+Blue) = 172+147+21=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 147 (57.81% from 255 or 43.24% from 340); Blue value is 21 (8.59% from 255 or 6.18% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9315 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9315 is #536CEA. Grayscale: #8C8C8C. Windows color (decimal): -5467371 or 1414060. OLE color: 1414060.
HSL color Cylindrical-coordinate representation of color #AC9315: hue angle of 50.07º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC9315 is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 147 | 21 | - |
| CMYK | 0 | 0.15 | 0.88 | 0.33 |
| HSL | 50.07º | 0.78% | 0.38% | - |
| HSV(B) | 50.07º | 0.88% | 0.67% | - |
| XYZ | 27.58 | 29.69 | 4.99 | - |
| YUV | 140.11 | 60.78 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 147 | 21 | 0 | 0.15 | 0.88 | 0.33 | 50.07 | 0.78 | 0.38 |
| Hex | AC | 93 | 15 | 0 | F | 58 | 21 | 32 | 4E | 26 |
| Octal | 254 | 223 | 25 | 0 | 17 | 130 | 41 | 62 | 116 | 46 |
| Binary | 10101100 | 10010011 | 10101 | 0 | 1111 | 1011000 | 100001 | 110010 | 1001110 | 100110 |
Color Harmonies of #AC9315
Complementary color
Monochromatic Colors of #AC9315
Black with #AC9315
Text Example
Text Example
White with #AC9315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9315; }
p { color: rgb(172,147,21); }
H1.HeaderClassName
{
color: #AC9315;
}
.AnyTagClassName
{
color: #AC9315;
}
</style>
background-color css
<style>
a { background-color: #AC9315; }
a { background-color: rgb(172,147,21); }
div.DivClassName
{
background-color: #AC9315;
}
.BgClassName
{
background-color: #AC9315;
}
</style>
border-color css
<style>
span { border-color: #AC9315; }
span { border-color: rgb(172,147,21); }
td.TdClassName
{
border-color: #AC9315;
}
.TagClassName
{
border-color: #AC9315;
}
</style>