Shades of Lucky #AC9507
Tints of Lucky #AC9507
RGB
CMYK
RGB Variations
Color information
#AC9507 (or 0xAC9507) is known color: Lucky. HEX triplet: AC, 95 and 07. RGB value is (172,149,7). Sum of RGB (Red+Green+Blue) = 172+149+7=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 149 (58.59% from 255 or 45.43% from 328); Blue value is 7 (3.12% from 255 or 2.13% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9507 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9507 is #536AF8. Grayscale: #8C8C8C. Windows color (decimal): -5466873 or 497068. OLE color: 497068.
HSL color Cylindrical-coordinate representation of color #AC9507: hue angle of 51.64º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC9507 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 149 | 7 | - |
| CMYK | 0 | 0.13 | 0.96 | 0.33 |
| HSL | 51.64º | 0.92% | 0.35% | - |
| HSV(B) | 51.64º | 0.96% | 0.67% | - |
| XYZ | 27.8 | 30.28 | 4.58 | - |
| YUV | 139.69 | 53.12 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 149 | 7 | 0 | 0.13 | 0.96 | 0.33 | 51.64 | 0.92 | 0.35 |
| Hex | AC | 95 | 7 | 0 | D | 60 | 21 | 34 | 5C | 23 |
| Octal | 254 | 225 | 7 | 0 | 15 | 140 | 41 | 64 | 134 | 43 |
| Binary | 10101100 | 10010101 | 111 | 0 | 1101 | 1100000 | 100001 | 110100 | 1011100 | 100011 |
Color Harmonies of #AC9507
Complementary color
Monochromatic Colors of #AC9507
Black with #AC9507
Text Example
Text Example
White with #AC9507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9507; }
p { color: rgb(172,149,7); }
H1.HeaderClassName
{
color: #AC9507;
}
.AnyTagClassName
{
color: #AC9507;
}
</style>
background-color css
<style>
a { background-color: #AC9507; }
a { background-color: rgb(172,149,7); }
div.DivClassName
{
background-color: #AC9507;
}
.BgClassName
{
background-color: #AC9507;
}
</style>
border-color css
<style>
span { border-color: #AC9507; }
span { border-color: rgb(172,149,7); }
td.TdClassName
{
border-color: #AC9507;
}
.TagClassName
{
border-color: #AC9507;
}
</style>