Shades of Lucky #AD9A07
Tints of Lucky #AD9A07
RGB
CMYK
RGB Variations
Color information
#AD9A07 (or 0xAD9A07) is known color: Lucky. HEX triplet: AD, 9A and 07. RGB value is (173,154,7). Sum of RGB (Red+Green+Blue) = 173+154+7=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 154 (60.55% from 255 or 46.11% from 334); Blue value is 7 (3.12% from 255 or 2.10% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9A07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9A07 is #5265F8. Grayscale: #8F8F8F. Windows color (decimal): -5400057 or 498349. OLE color: 498349.
HSL color Cylindrical-coordinate representation of color #AD9A07: hue angle of 53.13º 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 #AD9A07 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 154 | 7 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.32 |
| HSL | 53.13º | 0.92% | 0.35% | - |
| HSV(B) | 53.13º | 0.96% | 0.68% | - |
| XYZ | 28.83 | 32.01 | 4.86 | - |
| YUV | 142.92 | 51.29 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 154 | 7 | 0 | 0.11 | 0.96 | 0.32 | 53.13 | 0.92 | 0.35 |
| Hex | AD | 9A | 7 | 0 | B | 60 | 20 | 35 | 5C | 23 |
| Octal | 255 | 232 | 7 | 0 | 13 | 140 | 40 | 65 | 134 | 43 |
| Binary | 10101101 | 10011010 | 111 | 0 | 1011 | 1100000 | 100000 | 110101 | 1011100 | 100011 |
Color Harmonies of #AD9A07
Complementary color
Monochromatic Colors of #AD9A07
Black with #AD9A07
Text Example
Text Example
White with #AD9A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9A07; }
p { color: rgb(173,154,7); }
H1.HeaderClassName
{
color: #AD9A07;
}
.AnyTagClassName
{
color: #AD9A07;
}
</style>
background-color css
<style>
a { background-color: #AD9A07; }
a { background-color: rgb(173,154,7); }
div.DivClassName
{
background-color: #AD9A07;
}
.BgClassName
{
background-color: #AD9A07;
}
</style>
border-color css
<style>
span { border-color: #AD9A07; }
span { border-color: rgb(173,154,7); }
td.TdClassName
{
border-color: #AD9A07;
}
.TagClassName
{
border-color: #AD9A07;
}
</style>