Shades of Lucky #AD921E
Tints of Lucky #AD921E
RGB
CMYK
RGB Variations
Color information
#AD921E (or 0xAD921E) is known color: Lucky. HEX triplet: AD, 92 and 1E. RGB value is (173,146,30). Sum of RGB (Red+Green+Blue) = 173+146+30=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 30 (12.11% from 255 or 8.60% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD921E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD921E is #526DE1. Grayscale: #8D8D8D. Windows color (decimal): -5402082 or 2003629. OLE color: 2003629.
HSL color Cylindrical-coordinate representation of color #AD921E: hue angle of 48.67º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD921E is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 146 | 30 | - |
| CMYK | 0 | 0.16 | 0.83 | 0.32 |
| HSL | 48.67º | 0.7% | 0.4% | - |
| HSV(B) | 48.67º | 0.83% | 0.68% | - |
| XYZ | 27.75 | 29.54 | 5.47 | - |
| YUV | 140.85 | 65.45 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 146 | 30 | 0 | 0.16 | 0.83 | 0.32 | 48.67 | 0.7 | 0.4 |
| Hex | AD | 92 | 1E | 0 | 10 | 53 | 20 | 31 | 46 | 28 |
| Octal | 255 | 222 | 36 | 0 | 20 | 123 | 40 | 61 | 106 | 50 |
| Binary | 10101101 | 10010010 | 11110 | 0 | 10000 | 1010011 | 100000 | 110001 | 1000110 | 101000 |
Color Harmonies of #AD921E
Complementary color
Monochromatic Colors of #AD921E
Black with #AD921E
Text Example
Text Example
White with #AD921E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD921E; }
p { color: rgb(173,146,30); }
H1.HeaderClassName
{
color: #AD921E;
}
.AnyTagClassName
{
color: #AD921E;
}
</style>
background-color css
<style>
a { background-color: #AD921E; }
a { background-color: rgb(173,146,30); }
div.DivClassName
{
background-color: #AD921E;
}
.BgClassName
{
background-color: #AD921E;
}
</style>
border-color css
<style>
span { border-color: #AD921E; }
span { border-color: rgb(173,146,30); }
td.TdClassName
{
border-color: #AD921E;
}
.TagClassName
{
border-color: #AD921E;
}
</style>