Shades of Lucky #ADA708
Tints of Lucky #ADA708
RGB
CMYK
RGB Variations
Color information
#ADA708 (or 0xADA708) is known color: Lucky. HEX triplet: AD, A7 and 08. RGB value is (173,167,8). Sum of RGB (Red+Green+Blue) = 173+167+8=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 167 (65.62% from 255 or 47.99% from 348); Blue value is 8 (3.52% from 255 or 2.30% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA708 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA708 is #5258F7. Grayscale: #979797. Windows color (decimal): -5396728 or 567213. OLE color: 567213.
HSL color Cylindrical-coordinate representation of color #ADA708: hue angle of 57.82º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ADA708 is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 167 | 8 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.32 |
| HSL | 57.82º | 0.91% | 0.35% | - |
| HSV(B) | 57.82º | 0.95% | 0.68% | - |
| XYZ | 31.1 | 36.54 | 5.64 | - |
| YUV | 150.67 | 47.49 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 8 | 0 | 0.03 | 0.95 | 0.32 | 57.82 | 0.91 | 0.35 |
| Hex | AD | A7 | 8 | 0 | 3 | 5F | 20 | 3A | 5B | 23 |
| Octal | 255 | 247 | 10 | 0 | 3 | 137 | 40 | 72 | 133 | 43 |
| Binary | 10101101 | 10100111 | 1000 | 0 | 11 | 1011111 | 100000 | 111010 | 1011011 | 100011 |
Color Harmonies of #ADA708
Complementary color
Monochromatic Colors of #ADA708
Black with #ADA708
Text Example
Text Example
White with #ADA708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA708; }
p { color: rgb(173,167,8); }
H1.HeaderClassName
{
color: #ADA708;
}
.AnyTagClassName
{
color: #ADA708;
}
</style>
background-color css
<style>
a { background-color: #ADA708; }
a { background-color: rgb(173,167,8); }
div.DivClassName
{
background-color: #ADA708;
}
.BgClassName
{
background-color: #ADA708;
}
</style>
border-color css
<style>
span { border-color: #ADA708; }
span { border-color: rgb(173,167,8); }
td.TdClassName
{
border-color: #ADA708;
}
.TagClassName
{
border-color: #ADA708;
}
</style>