Shades of Lucky #AD931B
Tints of Lucky #AD931B
RGB
CMYK
RGB Variations
Color information
#AD931B (or 0xAD931B) is known color: Lucky. HEX triplet: AD, 93 and 1B. RGB value is (173,147,27). Sum of RGB (Red+Green+Blue) = 173+147+27=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 147 (57.81% from 255 or 42.36% from 347); Blue value is 27 (10.94% from 255 or 7.78% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD931B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD931B is #526CE4. Grayscale: #8D8D8D. Windows color (decimal): -5401829 or 1807277. OLE color: 1807277.
HSL color Cylindrical-coordinate representation of color #AD931B: hue angle of 49.32º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD931B is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 147 | 27 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.32 |
| HSL | 49.32º | 0.73% | 0.39% | - |
| HSV(B) | 49.32º | 0.84% | 0.68% | - |
| XYZ | 27.87 | 29.83 | 5.33 | - |
| YUV | 141.09 | 63.61 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 147 | 27 | 0 | 0.15 | 0.84 | 0.32 | 49.32 | 0.73 | 0.39 |
| Hex | AD | 93 | 1B | 0 | F | 54 | 20 | 31 | 49 | 27 |
| Octal | 255 | 223 | 33 | 0 | 17 | 124 | 40 | 61 | 111 | 47 |
| Binary | 10101101 | 10010011 | 11011 | 0 | 1111 | 1010100 | 100000 | 110001 | 1001001 | 100111 |
Color Harmonies of #AD931B
Complementary color
Monochromatic Colors of #AD931B
Black with #AD931B
Text Example
Text Example
White with #AD931B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD931B; }
p { color: rgb(173,147,27); }
H1.HeaderClassName
{
color: #AD931B;
}
.AnyTagClassName
{
color: #AD931B;
}
</style>
background-color css
<style>
a { background-color: #AD931B; }
a { background-color: rgb(173,147,27); }
div.DivClassName
{
background-color: #AD931B;
}
.BgClassName
{
background-color: #AD931B;
}
</style>
border-color css
<style>
span { border-color: #AD931B; }
span { border-color: rgb(173,147,27); }
td.TdClassName
{
border-color: #AD931B;
}
.TagClassName
{
border-color: #AD931B;
}
</style>