Shades of Lucky #AC9603
Tints of Lucky #AC9603
RGB
CMYK
RGB Variations
Color information
#AC9603 (or 0xAC9603) is known color: Lucky. HEX triplet: AC, 96 and 03. RGB value is (172,150,3). Sum of RGB (Red+Green+Blue) = 172+150+3=325 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.92% from 325); Green value is 150 (58.98% from 255 or 46.15% from 325); Blue value is 3 (1.56% from 255 or 0.92% from 325); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9603 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9603 is #5369FC. Grayscale: #8C8C8C. Windows color (decimal): -5466621 or 235180. OLE color: 235180.
HSL color Cylindrical-coordinate representation of color #AC9603: hue angle of 52.19º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC9603 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 150 | 3 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.33 |
| HSL | 52.19º | 0.97% | 0.34% | - |
| HSV(B) | 52.19º | 0.98% | 0.67% | - |
| XYZ | 27.94 | 30.59 | 4.52 | - |
| YUV | 139.82 | 50.79 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 150 | 3 | 0 | 0.13 | 0.98 | 0.33 | 52.19 | 0.97 | 0.34 |
| Hex | AC | 96 | 3 | 0 | D | 62 | 21 | 34 | 61 | 22 |
| Octal | 254 | 226 | 3 | 0 | 15 | 142 | 41 | 64 | 141 | 42 |
| Binary | 10101100 | 10010110 | 11 | 0 | 1101 | 1100010 | 100001 | 110100 | 1100001 | 100010 |
Color Harmonies of #AC9603
Complementary color
Monochromatic Colors of #AC9603
Black with #AC9603
Text Example
Text Example
White with #AC9603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9603; }
p { color: rgb(172,150,3); }
H1.HeaderClassName
{
color: #AC9603;
}
.AnyTagClassName
{
color: #AC9603;
}
</style>
background-color css
<style>
a { background-color: #AC9603; }
a { background-color: rgb(172,150,3); }
div.DivClassName
{
background-color: #AC9603;
}
.BgClassName
{
background-color: #AC9603;
}
</style>
border-color css
<style>
span { border-color: #AC9603; }
span { border-color: rgb(172,150,3); }
td.TdClassName
{
border-color: #AC9603;
}
.TagClassName
{
border-color: #AC9603;
}
</style>