Shades of Lucky #AD9A27
Tints of Lucky #AD9A27
RGB
CMYK
RGB Variations
Color information
#AD9A27 (or 0xAD9A27) is known color: Lucky. HEX triplet: AD, 9A and 27. RGB value is (173,154,39). Sum of RGB (Red+Green+Blue) = 173+154+39=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 154 (60.55% from 255 or 42.08% from 366); Blue value is 39 (15.62% from 255 or 10.66% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9A27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9A27 is #5265D8. Grayscale: #939393. Windows color (decimal): -5400025 or 2595501. OLE color: 2595501.
HSL color Cylindrical-coordinate representation of color #AD9A27: hue angle of 51.49º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD9A27 is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 154 | 39 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.32 |
| HSL | 51.49º | 0.63% | 0.42% | - |
| HSV(B) | 51.49º | 0.77% | 0.68% | - |
| XYZ | 29.16 | 32.14 | 6.59 | - |
| YUV | 146.57 | 67.29 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 154 | 39 | 0 | 0.11 | 0.77 | 0.32 | 51.49 | 0.63 | 0.42 |
| Hex | AD | 9A | 27 | 0 | B | 4D | 20 | 33 | 3F | 2A |
| Octal | 255 | 232 | 47 | 0 | 13 | 115 | 40 | 63 | 77 | 52 |
| Binary | 10101101 | 10011010 | 100111 | 0 | 1011 | 1001101 | 100000 | 110011 | 111111 | 101010 |
Color Harmonies of #AD9A27
Complementary color
Monochromatic Colors of #AD9A27
Black with #AD9A27
Text Example
Text Example
White with #AD9A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9A27; }
p { color: rgb(173,154,39); }
H1.HeaderClassName
{
color: #AD9A27;
}
.AnyTagClassName
{
color: #AD9A27;
}
</style>
background-color css
<style>
a { background-color: #AD9A27; }
a { background-color: rgb(173,154,39); }
div.DivClassName
{
background-color: #AD9A27;
}
.BgClassName
{
background-color: #AD9A27;
}
</style>
border-color css
<style>
span { border-color: #AD9A27; }
span { border-color: rgb(173,154,39); }
td.TdClassName
{
border-color: #AD9A27;
}
.TagClassName
{
border-color: #AD9A27;
}
</style>