Shades of Lucky #AD9507
Tints of Lucky #AD9507
RGB
CMYK
RGB Variations
Color information
#AD9507 (or 0xAD9507) is known color: Lucky. HEX triplet: AD, 95 and 07. RGB value is (173,149,7). Sum of RGB (Red+Green+Blue) = 173+149+7=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 149 (58.59% from 255 or 45.29% from 329); Blue value is 7 (3.12% from 255 or 2.13% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9507 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9507 is #526AF8. Grayscale: #8C8C8C. Windows color (decimal): -5401337 or 497069. OLE color: 497069.
HSL color Cylindrical-coordinate representation of color #AD9507: hue angle of 51.33º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD9507 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 149 | 7 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.32 |
| HSL | 51.33º | 0.92% | 0.35% | - |
| HSV(B) | 51.33º | 0.96% | 0.68% | - |
| XYZ | 28.02 | 30.39 | 4.59 | - |
| YUV | 139.99 | 52.95 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 149 | 7 | 0 | 0.14 | 0.96 | 0.32 | 51.33 | 0.92 | 0.35 |
| Hex | AD | 95 | 7 | 0 | E | 60 | 20 | 33 | 5C | 23 |
| Octal | 255 | 225 | 7 | 0 | 16 | 140 | 40 | 63 | 134 | 43 |
| Binary | 10101101 | 10010101 | 111 | 0 | 1110 | 1100000 | 100000 | 110011 | 1011100 | 100011 |
Color Harmonies of #AD9507
Complementary color
Monochromatic Colors of #AD9507
Black with #AD9507
Text Example
Text Example
White with #AD9507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9507; }
p { color: rgb(173,149,7); }
H1.HeaderClassName
{
color: #AD9507;
}
.AnyTagClassName
{
color: #AD9507;
}
</style>
background-color css
<style>
a { background-color: #AD9507; }
a { background-color: rgb(173,149,7); }
div.DivClassName
{
background-color: #AD9507;
}
.BgClassName
{
background-color: #AD9507;
}
</style>
border-color css
<style>
span { border-color: #AD9507; }
span { border-color: rgb(173,149,7); }
td.TdClassName
{
border-color: #AD9507;
}
.TagClassName
{
border-color: #AD9507;
}
</style>