Shades of Lucky #ADA208
Tints of Lucky #ADA208
RGB
CMYK
RGB Variations
Color information
#ADA208 (or 0xADA208) is known color: Lucky. HEX triplet: AD, A2 and 08. RGB value is (173,162,8). Sum of RGB (Red+Green+Blue) = 173+162+8=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 162 (63.67% from 255 or 47.23% from 343); Blue value is 8 (3.52% from 255 or 2.33% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA208 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA208 is #525DF7. Grayscale: #949494. Windows color (decimal): -5398008 or 565933. OLE color: 565933.
HSL color Cylindrical-coordinate representation of color #ADA208: hue angle of 56º 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 #ADA208 is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 162 | 8 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.32 |
| HSL | 56º | 0.91% | 0.35% | - |
| HSV(B) | 56º | 0.95% | 0.68% | - |
| XYZ | 30.2 | 34.74 | 5.34 | - |
| YUV | 147.73 | 49.14 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 162 | 8 | 0 | 0.06 | 0.95 | 0.32 | 56 | 0.91 | 0.35 |
| Hex | AD | A2 | 8 | 0 | 6 | 5F | 20 | 38 | 5B | 23 |
| Octal | 255 | 242 | 10 | 0 | 6 | 137 | 40 | 70 | 133 | 43 |
| Binary | 10101101 | 10100010 | 1000 | 0 | 110 | 1011111 | 100000 | 111000 | 1011011 | 100011 |
Color Harmonies of #ADA208
Complementary color
Monochromatic Colors of #ADA208
Black with #ADA208
Text Example
Text Example
White with #ADA208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA208; }
p { color: rgb(173,162,8); }
H1.HeaderClassName
{
color: #ADA208;
}
.AnyTagClassName
{
color: #ADA208;
}
</style>
background-color css
<style>
a { background-color: #ADA208; }
a { background-color: rgb(173,162,8); }
div.DivClassName
{
background-color: #ADA208;
}
.BgClassName
{
background-color: #ADA208;
}
</style>
border-color css
<style>
span { border-color: #ADA208; }
span { border-color: rgb(173,162,8); }
td.TdClassName
{
border-color: #ADA208;
}
.TagClassName
{
border-color: #ADA208;
}
</style>