Shades of Lucky #AD920D
Tints of Lucky #AD920D
RGB
CMYK
RGB Variations
Color information
#AD920D (or 0xAD920D) is known color: Lucky. HEX triplet: AD, 92 and 0D. RGB value is (173,146,13). Sum of RGB (Red+Green+Blue) = 173+146+13=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD920D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD920D is #526DF2. Grayscale: #8B8B8B. Windows color (decimal): -5402099 or 889517. OLE color: 889517.
HSL color Cylindrical-coordinate representation of color #AD920D: hue angle of 49.88º 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 #AD920D is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 146 | 13 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.32 |
| HSL | 49.88º | 0.86% | 0.36% | - |
| HSV(B) | 49.88º | 0.92% | 0.68% | - |
| XYZ | 27.59 | 29.47 | 4.62 | - |
| YUV | 138.91 | 56.95 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 146 | 13 | 0 | 0.16 | 0.92 | 0.32 | 49.88 | 0.86 | 0.36 |
| Hex | AD | 92 | D | 0 | 10 | 5C | 20 | 32 | 56 | 24 |
| Octal | 255 | 222 | 15 | 0 | 20 | 134 | 40 | 62 | 126 | 44 |
| Binary | 10101101 | 10010010 | 1101 | 0 | 10000 | 1011100 | 100000 | 110010 | 1010110 | 100100 |
Color Harmonies of #AD920D
Complementary color
Monochromatic Colors of #AD920D
Black with #AD920D
Text Example
Text Example
White with #AD920D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD920D; }
p { color: rgb(173,146,13); }
H1.HeaderClassName
{
color: #AD920D;
}
.AnyTagClassName
{
color: #AD920D;
}
</style>
background-color css
<style>
a { background-color: #AD920D; }
a { background-color: rgb(173,146,13); }
div.DivClassName
{
background-color: #AD920D;
}
.BgClassName
{
background-color: #AD920D;
}
</style>
border-color css
<style>
span { border-color: #AD920D; }
span { border-color: rgb(173,146,13); }
td.TdClassName
{
border-color: #AD920D;
}
.TagClassName
{
border-color: #AD920D;
}
</style>