Shades of Lucky #AD900F
Tints of Lucky #AD900F
RGB
CMYK
RGB Variations
Color information
#AD900F (or 0xAD900F) is known color: Lucky. HEX triplet: AD, 90 and 0F. RGB value is (173,144,15). Sum of RGB (Red+Green+Blue) = 173+144+15=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 144 (56.64% from 255 or 43.37% from 332); Blue value is 15 (6.25% from 255 or 4.52% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD900F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD900F is #526FF0. Grayscale: #8A8A8A. Windows color (decimal): -5402609 or 1020077. OLE color: 1020077.
HSL color Cylindrical-coordinate representation of color #AD900F: hue angle of 48.99º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD900F is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 144 | 15 | - |
| CMYK | 0 | 0.17 | 0.91 | 0.32 |
| HSL | 48.99º | 0.84% | 0.37% | - |
| HSV(B) | 48.99º | 0.91% | 0.68% | - |
| XYZ | 27.29 | 28.87 | 4.58 | - |
| YUV | 137.97 | 58.61 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 15 | 0 | 0.17 | 0.91 | 0.32 | 48.99 | 0.84 | 0.37 |
| Hex | AD | 90 | F | 0 | 11 | 5B | 20 | 31 | 54 | 25 |
| Octal | 255 | 220 | 17 | 0 | 21 | 133 | 40 | 61 | 124 | 45 |
| Binary | 10101101 | 10010000 | 1111 | 0 | 10001 | 1011011 | 100000 | 110001 | 1010100 | 100101 |
Color Harmonies of #AD900F
Complementary color
Monochromatic Colors of #AD900F
Black with #AD900F
Text Example
Text Example
White with #AD900F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD900F; }
p { color: rgb(173,144,15); }
H1.HeaderClassName
{
color: #AD900F;
}
.AnyTagClassName
{
color: #AD900F;
}
</style>
background-color css
<style>
a { background-color: #AD900F; }
a { background-color: rgb(173,144,15); }
div.DivClassName
{
background-color: #AD900F;
}
.BgClassName
{
background-color: #AD900F;
}
</style>
border-color css
<style>
span { border-color: #AD900F; }
span { border-color: rgb(173,144,15); }
td.TdClassName
{
border-color: #AD900F;
}
.TagClassName
{
border-color: #AD900F;
}
</style>