Shades of Lucky #ADAA12
Tints of Lucky #ADAA12
RGB
CMYK
RGB Variations
Color information
#ADAA12 (or 0xADAA12) is known color: Lucky. HEX triplet: AD, AA and 12. RGB value is (173,170,18). Sum of RGB (Red+Green+Blue) = 173+170+18=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 170 (66.80% from 255 or 47.09% from 361); Blue value is 18 (7.42% from 255 or 4.99% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAA12 is #5255ED. Grayscale: #9A9A9A. Windows color (decimal): -5395950 or 1223341. OLE color: 1223341.
HSL color Cylindrical-coordinate representation of color #ADAA12: hue angle of 58.84º degrees, saturation: 0.81, 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 #ADAA12 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 170 | 18 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.32 |
| HSL | 58.84º | 0.81% | 0.37% | - |
| HSV(B) | 58.84º | 0.9% | 0.68% | - |
| XYZ | 31.72 | 37.68 | 6.17 | - |
| YUV | 153.57 | 51.49 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 18 | 0 | 0.02 | 0.90 | 0.32 | 58.84 | 0.81 | 0.37 |
| Hex | AD | AA | 12 | 0 | 2 | 5A | 20 | 3B | 51 | 25 |
| Octal | 255 | 252 | 22 | 0 | 2 | 132 | 40 | 73 | 121 | 45 |
| Binary | 10101101 | 10101010 | 10010 | 0 | 10 | 1011010 | 100000 | 111011 | 1010001 | 100101 |
Color Harmonies of #ADAA12
Complementary color
Monochromatic Colors of #ADAA12
Black with #ADAA12
Text Example
Text Example
White with #ADAA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAA12; }
p { color: rgb(173,170,18); }
H1.HeaderClassName
{
color: #ADAA12;
}
.AnyTagClassName
{
color: #ADAA12;
}
</style>
background-color css
<style>
a { background-color: #ADAA12; }
a { background-color: rgb(173,170,18); }
div.DivClassName
{
background-color: #ADAA12;
}
.BgClassName
{
background-color: #ADAA12;
}
</style>
border-color css
<style>
span { border-color: #ADAA12; }
span { border-color: rgb(173,170,18); }
td.TdClassName
{
border-color: #ADAA12;
}
.TagClassName
{
border-color: #ADAA12;
}
</style>