Shades of Lucky #AD920E
Tints of Lucky #AD920E
RGB
CMYK
RGB Variations
Color information
#AD920E (or 0xAD920E) is known color: Lucky. HEX triplet: AD, 92 and 0E. RGB value is (173,146,14). Sum of RGB (Red+Green+Blue) = 173+146+14=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 146 (57.42% from 255 or 43.84% from 333); Blue value is 14 (5.86% from 255 or 4.20% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD920E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD920E is #526DF1. Grayscale: #8B8B8B. Windows color (decimal): -5402098 or 955053. OLE color: 955053.
HSL color Cylindrical-coordinate representation of color #AD920E: hue angle of 49.81º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD920E is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 146 | 14 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.32 |
| HSL | 49.81º | 0.85% | 0.37% | - |
| HSV(B) | 49.81º | 0.92% | 0.68% | - |
| XYZ | 27.59 | 29.47 | 4.65 | - |
| YUV | 139.03 | 57.45 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 146 | 14 | 0 | 0.16 | 0.92 | 0.32 | 49.81 | 0.85 | 0.37 |
| Hex | AD | 92 | E | 0 | 10 | 5C | 20 | 32 | 55 | 25 |
| Octal | 255 | 222 | 16 | 0 | 20 | 134 | 40 | 62 | 125 | 45 |
| Binary | 10101101 | 10010010 | 1110 | 0 | 10000 | 1011100 | 100000 | 110010 | 1010101 | 100101 |
Color Harmonies of #AD920E
Complementary color
Monochromatic Colors of #AD920E
Black with #AD920E
Text Example
Text Example
White with #AD920E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD920E; }
p { color: rgb(173,146,14); }
H1.HeaderClassName
{
color: #AD920E;
}
.AnyTagClassName
{
color: #AD920E;
}
</style>
background-color css
<style>
a { background-color: #AD920E; }
a { background-color: rgb(173,146,14); }
div.DivClassName
{
background-color: #AD920E;
}
.BgClassName
{
background-color: #AD920E;
}
</style>
border-color css
<style>
span { border-color: #AD920E; }
span { border-color: rgb(173,146,14); }
td.TdClassName
{
border-color: #AD920E;
}
.TagClassName
{
border-color: #AD920E;
}
</style>