Shades of Lucky #AD9C28
Tints of Lucky #AD9C28
RGB
CMYK
RGB Variations
Color information
#AD9C28 (or 0xAD9C28) is known color: Lucky. HEX triplet: AD, 9C and 28. RGB value is (173,156,40). Sum of RGB (Red+Green+Blue) = 173+156+40=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 156 (61.33% from 255 or 42.28% from 369); Blue value is 40 (16.02% from 255 or 10.84% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9C28 is #5263D7. Grayscale: #949494. Windows color (decimal): -5399512 or 2661549. OLE color: 2661549.
HSL color Cylindrical-coordinate representation of color #AD9C28: hue angle of 52.33º degrees, saturation: 0.62, 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 #AD9C28 is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 156 | 40 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.32 |
| HSL | 52.33º | 0.62% | 0.42% | - |
| HSV(B) | 52.33º | 0.77% | 0.68% | - |
| XYZ | 29.51 | 32.81 | 6.79 | - |
| YUV | 147.86 | 67.13 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 156 | 40 | 0 | 0.10 | 0.77 | 0.32 | 52.33 | 0.62 | 0.42 |
| Hex | AD | 9C | 28 | 0 | A | 4D | 20 | 34 | 3E | 2A |
| Octal | 255 | 234 | 50 | 0 | 12 | 115 | 40 | 64 | 76 | 52 |
| Binary | 10101101 | 10011100 | 101000 | 0 | 1010 | 1001101 | 100000 | 110100 | 111110 | 101010 |
Color Harmonies of #AD9C28
Complementary color
Monochromatic Colors of #AD9C28
Black with #AD9C28
Text Example
Text Example
White with #AD9C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9C28; }
p { color: rgb(173,156,40); }
H1.HeaderClassName
{
color: #AD9C28;
}
.AnyTagClassName
{
color: #AD9C28;
}
</style>
background-color css
<style>
a { background-color: #AD9C28; }
a { background-color: rgb(173,156,40); }
div.DivClassName
{
background-color: #AD9C28;
}
.BgClassName
{
background-color: #AD9C28;
}
</style>
border-color css
<style>
span { border-color: #AD9C28; }
span { border-color: rgb(173,156,40); }
td.TdClassName
{
border-color: #AD9C28;
}
.TagClassName
{
border-color: #AD9C28;
}
</style>