Shades of Lucky #ADA512
Tints of Lucky #ADA512
RGB
CMYK
RGB Variations
Color information
#ADA512 (or 0xADA512) is known color: Lucky. HEX triplet: AD, A5 and 12. RGB value is (173,165,18). Sum of RGB (Red+Green+Blue) = 173+165+18=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 165 (64.84% from 255 or 46.35% from 356); Blue value is 18 (7.42% from 255 or 5.06% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA512 is #525AED. Grayscale: #979797. Windows color (decimal): -5397230 or 1222061. OLE color: 1222061.
HSL color Cylindrical-coordinate representation of color #ADA512: hue angle of 56.9º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ADA512 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 18 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.32 |
| HSL | 56.9º | 0.81% | 0.37% | - |
| HSV(B) | 56.9º | 0.9% | 0.68% | - |
| XYZ | 30.8 | 35.84 | 5.87 | - |
| YUV | 150.63 | 53.15 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 18 | 0 | 0.05 | 0.90 | 0.32 | 56.9 | 0.81 | 0.37 |
| Hex | AD | A5 | 12 | 0 | 5 | 5A | 20 | 39 | 51 | 25 |
| Octal | 255 | 245 | 22 | 0 | 5 | 132 | 40 | 71 | 121 | 45 |
| Binary | 10101101 | 10100101 | 10010 | 0 | 101 | 1011010 | 100000 | 111001 | 1010001 | 100101 |
Color Harmonies of #ADA512
Complementary color
Monochromatic Colors of #ADA512
Black with #ADA512
Text Example
Text Example
White with #ADA512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA512; }
p { color: rgb(173,165,18); }
H1.HeaderClassName
{
color: #ADA512;
}
.AnyTagClassName
{
color: #ADA512;
}
</style>
background-color css
<style>
a { background-color: #ADA512; }
a { background-color: rgb(173,165,18); }
div.DivClassName
{
background-color: #ADA512;
}
.BgClassName
{
background-color: #ADA512;
}
</style>
border-color css
<style>
span { border-color: #ADA512; }
span { border-color: rgb(173,165,18); }
td.TdClassName
{
border-color: #ADA512;
}
.TagClassName
{
border-color: #ADA512;
}
</style>