Shades of Lucky #ADA412
Tints of Lucky #ADA412
RGB
CMYK
RGB Variations
Color information
#ADA412 (or 0xADA412) is known color: Lucky. HEX triplet: AD, A4 and 12. RGB value is (173,164,18). Sum of RGB (Red+Green+Blue) = 173+164+18=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 164 (64.45% from 255 or 46.20% from 355); Blue value is 18 (7.42% from 255 or 5.07% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA412 is #525BED. Grayscale: #969696. Windows color (decimal): -5397486 or 1221805. OLE color: 1221805.
HSL color Cylindrical-coordinate representation of color #ADA412: hue angle of 56.52º 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 #ADA412 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 164 | 18 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.32 |
| HSL | 56.52º | 0.81% | 0.37% | - |
| HSV(B) | 56.52º | 0.9% | 0.68% | - |
| XYZ | 30.62 | 35.48 | 5.81 | - |
| YUV | 150.05 | 53.48 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 164 | 18 | 0 | 0.05 | 0.90 | 0.32 | 56.52 | 0.81 | 0.37 |
| Hex | AD | A4 | 12 | 0 | 5 | 5A | 20 | 39 | 51 | 25 |
| Octal | 255 | 244 | 22 | 0 | 5 | 132 | 40 | 71 | 121 | 45 |
| Binary | 10101101 | 10100100 | 10010 | 0 | 101 | 1011010 | 100000 | 111001 | 1010001 | 100101 |
Color Harmonies of #ADA412
Complementary color
Monochromatic Colors of #ADA412
Black with #ADA412
Text Example
Text Example
White with #ADA412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA412; }
p { color: rgb(173,164,18); }
H1.HeaderClassName
{
color: #ADA412;
}
.AnyTagClassName
{
color: #ADA412;
}
</style>
background-color css
<style>
a { background-color: #ADA412; }
a { background-color: rgb(173,164,18); }
div.DivClassName
{
background-color: #ADA412;
}
.BgClassName
{
background-color: #ADA412;
}
</style>
border-color css
<style>
span { border-color: #ADA412; }
span { border-color: rgb(173,164,18); }
td.TdClassName
{
border-color: #ADA412;
}
.TagClassName
{
border-color: #ADA412;
}
</style>