Shades of Lucky #ADAA13
Tints of Lucky #ADAA13
RGB
CMYK
RGB Variations
Color information
#ADAA13 (or 0xADAA13) is known color: Lucky. HEX triplet: AD, AA and 13. RGB value is (173,170,19). Sum of RGB (Red+Green+Blue) = 173+170+19=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 170 (66.80% from 255 or 46.96% from 362); Blue value is 19 (7.81% from 255 or 5.25% from 362); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAA13 is #5255EC. Grayscale: #9A9A9A. Windows color (decimal): -5395949 or 1288877. OLE color: 1288877.
HSL color Cylindrical-coordinate representation of color #ADAA13: hue angle of 58.83º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ADAA13 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 170 | 19 | - |
| CMYK | 0 | 0.02 | 0.89 | 0.32 |
| HSL | 58.83º | 0.8% | 0.38% | - |
| HSV(B) | 58.83º | 0.89% | 0.68% | - |
| XYZ | 31.73 | 37.68 | 6.22 | - |
| YUV | 153.68 | 51.99 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 19 | 0 | 0.02 | 0.89 | 0.32 | 58.83 | 0.8 | 0.38 |
| Hex | AD | AA | 13 | 0 | 2 | 59 | 20 | 3B | 50 | 26 |
| Octal | 255 | 252 | 23 | 0 | 2 | 131 | 40 | 73 | 120 | 46 |
| Binary | 10101101 | 10101010 | 10011 | 0 | 10 | 1011001 | 100000 | 111011 | 1010000 | 100110 |
Color Harmonies of #ADAA13
Complementary color
Monochromatic Colors of #ADAA13
Black with #ADAA13
Text Example
Text Example
White with #ADAA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAA13; }
p { color: rgb(173,170,19); }
H1.HeaderClassName
{
color: #ADAA13;
}
.AnyTagClassName
{
color: #ADAA13;
}
</style>
background-color css
<style>
a { background-color: #ADAA13; }
a { background-color: rgb(173,170,19); }
div.DivClassName
{
background-color: #ADAA13;
}
.BgClassName
{
background-color: #ADAA13;
}
</style>
border-color css
<style>
span { border-color: #ADAA13; }
span { border-color: rgb(173,170,19); }
td.TdClassName
{
border-color: #ADAA13;
}
.TagClassName
{
border-color: #ADAA13;
}
</style>