Shades of Lucky #ADA711
Tints of Lucky #ADA711
RGB
CMYK
RGB Variations
Color information
#ADA711 (or 0xADA711) is known color: Lucky. HEX triplet: AD, A7 and 11. RGB value is (173,167,17). Sum of RGB (Red+Green+Blue) = 173+167+17=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 167 (65.62% from 255 or 46.78% from 357); Blue value is 17 (7.03% from 255 or 4.76% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA711 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA711 is #5258EE. Grayscale: #989898. Windows color (decimal): -5396719 or 1157037. OLE color: 1157037.
HSL color Cylindrical-coordinate representation of color #ADA711: hue angle of 57.69º 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 #ADA711 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 167 | 17 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.32 |
| HSL | 57.69º | 0.82% | 0.37% | - |
| HSV(B) | 57.69º | 0.9% | 0.68% | - |
| XYZ | 31.15 | 36.56 | 5.95 | - |
| YUV | 151.69 | 51.99 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 17 | 0 | 0.03 | 0.90 | 0.32 | 57.69 | 0.82 | 0.37 |
| Hex | AD | A7 | 11 | 0 | 3 | 5A | 20 | 3A | 52 | 25 |
| Octal | 255 | 247 | 21 | 0 | 3 | 132 | 40 | 72 | 122 | 45 |
| Binary | 10101101 | 10100111 | 10001 | 0 | 11 | 1011010 | 100000 | 111010 | 1010010 | 100101 |
Color Harmonies of #ADA711
Complementary color
Monochromatic Colors of #ADA711
Black with #ADA711
Text Example
Text Example
White with #ADA711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA711; }
p { color: rgb(173,167,17); }
H1.HeaderClassName
{
color: #ADA711;
}
.AnyTagClassName
{
color: #ADA711;
}
</style>
background-color css
<style>
a { background-color: #ADA711; }
a { background-color: rgb(173,167,17); }
div.DivClassName
{
background-color: #ADA711;
}
.BgClassName
{
background-color: #ADA711;
}
</style>
border-color css
<style>
span { border-color: #ADA711; }
span { border-color: rgb(173,167,17); }
td.TdClassName
{
border-color: #ADA711;
}
.TagClassName
{
border-color: #ADA711;
}
</style>