Shades of Lucky #AC9619
Tints of Lucky #AC9619
RGB
CMYK
RGB Variations
Color information
#AC9619 (or 0xAC9619) is known color: Lucky. HEX triplet: AC, 96 and 19. RGB value is (172,150,25). Sum of RGB (Red+Green+Blue) = 172+150+25=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 150 (58.98% from 255 or 43.23% from 347); Blue value is 25 (10.16% from 255 or 7.20% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9619 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9619 is #5369E6. Grayscale: #8E8E8E. Windows color (decimal): -5466599 or 1676972. OLE color: 1676972.
HSL color Cylindrical-coordinate representation of color #AC9619: hue angle of 51.02º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC9619 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 150 | 25 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.33 |
| HSL | 51.02º | 0.75% | 0.39% | - |
| HSV(B) | 51.02º | 0.85% | 0.67% | - |
| XYZ | 28.1 | 30.65 | 5.36 | - |
| YUV | 142.33 | 61.79 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 150 | 25 | 0 | 0.13 | 0.85 | 0.33 | 51.02 | 0.75 | 0.39 |
| Hex | AC | 96 | 19 | 0 | D | 55 | 21 | 33 | 4B | 27 |
| Octal | 254 | 226 | 31 | 0 | 15 | 125 | 41 | 63 | 113 | 47 |
| Binary | 10101100 | 10010110 | 11001 | 0 | 1101 | 1010101 | 100001 | 110011 | 1001011 | 100111 |
Color Harmonies of #AC9619
Complementary color
Monochromatic Colors of #AC9619
Black with #AC9619
Text Example
Text Example
White with #AC9619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9619; }
p { color: rgb(172,150,25); }
H1.HeaderClassName
{
color: #AC9619;
}
.AnyTagClassName
{
color: #AC9619;
}
</style>
background-color css
<style>
a { background-color: #AC9619; }
a { background-color: rgb(172,150,25); }
div.DivClassName
{
background-color: #AC9619;
}
.BgClassName
{
background-color: #AC9619;
}
</style>
border-color css
<style>
span { border-color: #AC9619; }
span { border-color: rgb(172,150,25); }
td.TdClassName
{
border-color: #AC9619;
}
.TagClassName
{
border-color: #AC9619;
}
</style>