Shades of Lucky #AD921F
Tints of Lucky #AD921F
RGB
CMYK
RGB Variations
Color information
#AD921F (or 0xAD921F) is known color: Lucky. HEX triplet: AD, 92 and 1F. RGB value is (173,146,31). Sum of RGB (Red+Green+Blue) = 173+146+31=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 146 (57.42% from 255 or 41.71% from 350); Blue value is 31 (12.5% from 255 or 8.86% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD921F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD921F is #526DE0. Grayscale: #8D8D8D. Windows color (decimal): -5402081 or 2069165. OLE color: 2069165.
HSL color Cylindrical-coordinate representation of color #AD921F: hue angle of 48.59º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD921F is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 146 | 31 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.32 |
| HSL | 48.59º | 0.7% | 0.4% | - |
| HSV(B) | 48.59º | 0.82% | 0.68% | - |
| XYZ | 27.76 | 29.54 | 5.54 | - |
| YUV | 140.96 | 65.95 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 146 | 31 | 0 | 0.16 | 0.82 | 0.32 | 48.59 | 0.7 | 0.4 |
| Hex | AD | 92 | 1F | 0 | 10 | 52 | 20 | 31 | 46 | 28 |
| Octal | 255 | 222 | 37 | 0 | 20 | 122 | 40 | 61 | 106 | 50 |
| Binary | 10101101 | 10010010 | 11111 | 0 | 10000 | 1010010 | 100000 | 110001 | 1000110 | 101000 |
Color Harmonies of #AD921F
Complementary color
Monochromatic Colors of #AD921F
Black with #AD921F
Text Example
Text Example
White with #AD921F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD921F; }
p { color: rgb(173,146,31); }
H1.HeaderClassName
{
color: #AD921F;
}
.AnyTagClassName
{
color: #AD921F;
}
</style>
background-color css
<style>
a { background-color: #AD921F; }
a { background-color: rgb(173,146,31); }
div.DivClassName
{
background-color: #AD921F;
}
.BgClassName
{
background-color: #AD921F;
}
</style>
border-color css
<style>
span { border-color: #AD921F; }
span { border-color: rgb(173,146,31); }
td.TdClassName
{
border-color: #AD921F;
}
.TagClassName
{
border-color: #AD921F;
}
</style>