Shades of Lucky #AD9B27
Tints of Lucky #AD9B27
RGB
CMYK
RGB Variations
Color information
#AD9B27 (or 0xAD9B27) is known color: Lucky. HEX triplet: AD, 9B and 27. RGB value is (173,155,39). Sum of RGB (Red+Green+Blue) = 173+155+39=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 155 (60.94% from 255 or 42.23% from 367); Blue value is 39 (15.62% from 255 or 10.63% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9B27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9B27 is #5264D8. Grayscale: #939393. Windows color (decimal): -5399769 or 2595757. OLE color: 2595757.
HSL color Cylindrical-coordinate representation of color #AD9B27: hue angle of 51.94º 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 #AD9B27 is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 155 | 39 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.32 |
| HSL | 51.94º | 0.63% | 0.42% | - |
| HSV(B) | 51.94º | 0.77% | 0.68% | - |
| XYZ | 29.32 | 32.47 | 6.64 | - |
| YUV | 147.16 | 66.96 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 155 | 39 | 0 | 0.10 | 0.77 | 0.32 | 51.94 | 0.63 | 0.42 |
| Hex | AD | 9B | 27 | 0 | A | 4D | 20 | 34 | 3F | 2A |
| Octal | 255 | 233 | 47 | 0 | 12 | 115 | 40 | 64 | 77 | 52 |
| Binary | 10101101 | 10011011 | 100111 | 0 | 1010 | 1001101 | 100000 | 110100 | 111111 | 101010 |
Color Harmonies of #AD9B27
Complementary color
Monochromatic Colors of #AD9B27
Black with #AD9B27
Text Example
Text Example
White with #AD9B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9B27; }
p { color: rgb(173,155,39); }
H1.HeaderClassName
{
color: #AD9B27;
}
.AnyTagClassName
{
color: #AD9B27;
}
</style>
background-color css
<style>
a { background-color: #AD9B27; }
a { background-color: rgb(173,155,39); }
div.DivClassName
{
background-color: #AD9B27;
}
.BgClassName
{
background-color: #AD9B27;
}
</style>
border-color css
<style>
span { border-color: #AD9B27; }
span { border-color: rgb(173,155,39); }
td.TdClassName
{
border-color: #AD9B27;
}
.TagClassName
{
border-color: #AD9B27;
}
</style>