Shades of Lucky #AD911F
Tints of Lucky #AD911F
RGB
CMYK
RGB Variations
Color information
#AD911F (or 0xAD911F) is known color: Lucky. HEX triplet: AD, 91 and 1F. RGB value is (173,145,31). Sum of RGB (Red+Green+Blue) = 173+145+31=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 145 (57.03% from 255 or 41.55% from 349); Blue value is 31 (12.5% from 255 or 8.88% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD911F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD911F is #526EE0. Grayscale: #8C8C8C. Windows color (decimal): -5402337 or 2068909. OLE color: 2068909.
HSL color Cylindrical-coordinate representation of color #AD911F: hue angle of 48.17º 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 #AD911F is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 145 | 31 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.32 |
| HSL | 48.17º | 0.7% | 0.4% | - |
| HSV(B) | 48.17º | 0.82% | 0.68% | - |
| XYZ | 27.61 | 29.23 | 5.48 | - |
| YUV | 140.38 | 66.28 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 145 | 31 | 0 | 0.16 | 0.82 | 0.32 | 48.17 | 0.7 | 0.4 |
| Hex | AD | 91 | 1F | 0 | 10 | 52 | 20 | 30 | 46 | 28 |
| Octal | 255 | 221 | 37 | 0 | 20 | 122 | 40 | 60 | 106 | 50 |
| Binary | 10101101 | 10010001 | 11111 | 0 | 10000 | 1010010 | 100000 | 110000 | 1000110 | 101000 |
Color Harmonies of #AD911F
Complementary color
Monochromatic Colors of #AD911F
Black with #AD911F
Text Example
Text Example
White with #AD911F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD911F; }
p { color: rgb(173,145,31); }
H1.HeaderClassName
{
color: #AD911F;
}
.AnyTagClassName
{
color: #AD911F;
}
</style>
background-color css
<style>
a { background-color: #AD911F; }
a { background-color: rgb(173,145,31); }
div.DivClassName
{
background-color: #AD911F;
}
.BgClassName
{
background-color: #AD911F;
}
</style>
border-color css
<style>
span { border-color: #AD911F; }
span { border-color: rgb(173,145,31); }
td.TdClassName
{
border-color: #AD911F;
}
.TagClassName
{
border-color: #AD911F;
}
</style>