Shades of Lucky #AD901F
Tints of Lucky #AD901F
RGB
CMYK
RGB Variations
Color information
#AD901F (or 0xAD901F) is known color: Lucky. HEX triplet: AD, 90 and 1F. RGB value is (173,144,31). Sum of RGB (Red+Green+Blue) = 173+144+31=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 144 (56.64% from 255 or 41.38% from 348); Blue value is 31 (12.5% from 255 or 8.91% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD901F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD901F is #526FE0. Grayscale: #8C8C8C. Windows color (decimal): -5402593 or 2068653. OLE color: 2068653.
HSL color Cylindrical-coordinate representation of color #AD901F: hue angle of 47.75º 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 #AD901F is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 144 | 31 | - |
| CMYK | 0 | 0.17 | 0.82 | 0.32 |
| HSL | 47.75º | 0.7% | 0.4% | - |
| HSV(B) | 47.75º | 0.82% | 0.68% | - |
| XYZ | 27.45 | 28.93 | 5.43 | - |
| YUV | 139.79 | 66.61 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 31 | 0 | 0.17 | 0.82 | 0.32 | 47.75 | 0.7 | 0.4 |
| Hex | AD | 90 | 1F | 0 | 11 | 52 | 20 | 30 | 46 | 28 |
| Octal | 255 | 220 | 37 | 0 | 21 | 122 | 40 | 60 | 106 | 50 |
| Binary | 10101101 | 10010000 | 11111 | 0 | 10001 | 1010010 | 100000 | 110000 | 1000110 | 101000 |
Color Harmonies of #AD901F
Complementary color
Monochromatic Colors of #AD901F
Black with #AD901F
Text Example
Text Example
White with #AD901F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD901F; }
p { color: rgb(173,144,31); }
H1.HeaderClassName
{
color: #AD901F;
}
.AnyTagClassName
{
color: #AD901F;
}
</style>
background-color css
<style>
a { background-color: #AD901F; }
a { background-color: rgb(173,144,31); }
div.DivClassName
{
background-color: #AD901F;
}
.BgClassName
{
background-color: #AD901F;
}
</style>
border-color css
<style>
span { border-color: #AD901F; }
span { border-color: rgb(173,144,31); }
td.TdClassName
{
border-color: #AD901F;
}
.TagClassName
{
border-color: #AD901F;
}
</style>