Shades of Lucky #AD970D
Tints of Lucky #AD970D
RGB
CMYK
RGB Variations
Color information
#AD970D (or 0xAD970D) is known color: Lucky. HEX triplet: AD, 97 and 0D. RGB value is (173,151,13). Sum of RGB (Red+Green+Blue) = 173+151+13=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 151 (59.38% from 255 or 44.81% from 337); Blue value is 13 (5.47% from 255 or 3.86% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD970D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD970D is #5268F2. Grayscale: #8E8E8E. Windows color (decimal): -5400819 or 890797. OLE color: 890797.
HSL color Cylindrical-coordinate representation of color #AD970D: hue angle of 51.75º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD970D is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 151 | 13 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.32 |
| HSL | 51.75º | 0.86% | 0.36% | - |
| HSV(B) | 51.75º | 0.92% | 0.68% | - |
| XYZ | 28.37 | 31.05 | 4.88 | - |
| YUV | 141.85 | 55.29 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 151 | 13 | 0 | 0.13 | 0.92 | 0.32 | 51.75 | 0.86 | 0.36 |
| Hex | AD | 97 | D | 0 | D | 5C | 20 | 34 | 56 | 24 |
| Octal | 255 | 227 | 15 | 0 | 15 | 134 | 40 | 64 | 126 | 44 |
| Binary | 10101101 | 10010111 | 1101 | 0 | 1101 | 1011100 | 100000 | 110100 | 1010110 | 100100 |
Color Harmonies of #AD970D
Complementary color
Monochromatic Colors of #AD970D
Black with #AD970D
Text Example
Text Example
White with #AD970D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD970D; }
p { color: rgb(173,151,13); }
H1.HeaderClassName
{
color: #AD970D;
}
.AnyTagClassName
{
color: #AD970D;
}
</style>
background-color css
<style>
a { background-color: #AD970D; }
a { background-color: rgb(173,151,13); }
div.DivClassName
{
background-color: #AD970D;
}
.BgClassName
{
background-color: #AD970D;
}
</style>
border-color css
<style>
span { border-color: #AD970D; }
span { border-color: rgb(173,151,13); }
td.TdClassName
{
border-color: #AD970D;
}
.TagClassName
{
border-color: #AD970D;
}
</style>