Shades of Lucky #ADA511
Tints of Lucky #ADA511
RGB
CMYK
RGB Variations
Color information
#ADA511 (or 0xADA511) is known color: Lucky. HEX triplet: AD, A5 and 11. RGB value is (173,165,17). Sum of RGB (Red+Green+Blue) = 173+165+17=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 165 (64.84% from 255 or 46.48% from 355); Blue value is 17 (7.03% from 255 or 4.79% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA511 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA511 is #525AEE. Grayscale: #979797. Windows color (decimal): -5397231 or 1156525. OLE color: 1156525.
HSL color Cylindrical-coordinate representation of color #ADA511: hue angle of 56.92º degrees, saturation: 0.82, 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 #ADA511 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 17 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.32 |
| HSL | 56.92º | 0.82% | 0.37% | - |
| HSV(B) | 56.92º | 0.9% | 0.68% | - |
| XYZ | 30.79 | 35.83 | 5.82 | - |
| YUV | 150.52 | 52.65 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 17 | 0 | 0.05 | 0.90 | 0.32 | 56.92 | 0.82 | 0.37 |
| Hex | AD | A5 | 11 | 0 | 5 | 5A | 20 | 39 | 52 | 25 |
| Octal | 255 | 245 | 21 | 0 | 5 | 132 | 40 | 71 | 122 | 45 |
| Binary | 10101101 | 10100101 | 10001 | 0 | 101 | 1011010 | 100000 | 111001 | 1010010 | 100101 |
Color Harmonies of #ADA511
Complementary color
Monochromatic Colors of #ADA511
Black with #ADA511
Text Example
Text Example
White with #ADA511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA511; }
p { color: rgb(173,165,17); }
H1.HeaderClassName
{
color: #ADA511;
}
.AnyTagClassName
{
color: #ADA511;
}
</style>
background-color css
<style>
a { background-color: #ADA511; }
a { background-color: rgb(173,165,17); }
div.DivClassName
{
background-color: #ADA511;
}
.BgClassName
{
background-color: #ADA511;
}
</style>
border-color css
<style>
span { border-color: #ADA511; }
span { border-color: rgb(173,165,17); }
td.TdClassName
{
border-color: #ADA511;
}
.TagClassName
{
border-color: #ADA511;
}
</style>