Shades of Lucky #AD9A1F
Tints of Lucky #AD9A1F
RGB
CMYK
RGB Variations
Color information
#AD9A1F (or 0xAD9A1F) is known color: Lucky. HEX triplet: AD, 9A and 1F. RGB value is (173,154,31). Sum of RGB (Red+Green+Blue) = 173+154+31=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 154 (60.55% from 255 or 43.02% from 358); Blue value is 31 (12.5% from 255 or 8.66% from 358); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9A1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9A1F is #5265E0. Grayscale: #929292. Windows color (decimal): -5400033 or 2071213. OLE color: 2071213.
HSL color Cylindrical-coordinate representation of color #AD9A1F: hue angle of 51.97º 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 #AD9A1F is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 154 | 31 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.32 |
| HSL | 51.97º | 0.7% | 0.4% | - |
| HSV(B) | 51.97º | 0.82% | 0.68% | - |
| XYZ | 29.04 | 32.09 | 5.96 | - |
| YUV | 145.66 | 63.29 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 154 | 31 | 0 | 0.11 | 0.82 | 0.32 | 51.97 | 0.7 | 0.4 |
| Hex | AD | 9A | 1F | 0 | B | 52 | 20 | 34 | 46 | 28 |
| Octal | 255 | 232 | 37 | 0 | 13 | 122 | 40 | 64 | 106 | 50 |
| Binary | 10101101 | 10011010 | 11111 | 0 | 1011 | 1010010 | 100000 | 110100 | 1000110 | 101000 |
Color Harmonies of #AD9A1F
Complementary color
Monochromatic Colors of #AD9A1F
Black with #AD9A1F
Text Example
Text Example
White with #AD9A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9A1F; }
p { color: rgb(173,154,31); }
H1.HeaderClassName
{
color: #AD9A1F;
}
.AnyTagClassName
{
color: #AD9A1F;
}
</style>
background-color css
<style>
a { background-color: #AD9A1F; }
a { background-color: rgb(173,154,31); }
div.DivClassName
{
background-color: #AD9A1F;
}
.BgClassName
{
background-color: #AD9A1F;
}
</style>
border-color css
<style>
span { border-color: #AD9A1F; }
span { border-color: rgb(173,154,31); }
td.TdClassName
{
border-color: #AD9A1F;
}
.TagClassName
{
border-color: #AD9A1F;
}
</style>