Shades of Lucky #ADA125
Tints of Lucky #ADA125
RGB
CMYK
RGB Variations
Color information
#ADA125 (or 0xADA125) is known color: Lucky. HEX triplet: AD, A1 and 25. RGB value is (173,161,37). Sum of RGB (Red+Green+Blue) = 173+161+37=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 161 (63.28% from 255 or 43.40% from 371); Blue value is 37 (14.84% from 255 or 9.97% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA125 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA125 is #525EDA. Grayscale: #969696. Windows color (decimal): -5398235 or 2466221. OLE color: 2466221.
HSL color Cylindrical-coordinate representation of color #ADA125: hue angle of 54.71º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ADA125 is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 161 | 37 | - |
| CMYK | 0 | 0.07 | 0.79 | 0.32 |
| HSL | 54.71º | 0.65% | 0.41% | - |
| HSV(B) | 54.71º | 0.79% | 0.68% | - |
| XYZ | 30.31 | 34.51 | 6.81 | - |
| YUV | 150.45 | 63.98 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 37 | 0 | 0.07 | 0.79 | 0.32 | 54.71 | 0.65 | 0.41 |
| Hex | AD | A1 | 25 | 0 | 7 | 4F | 20 | 37 | 41 | 29 |
| Octal | 255 | 241 | 45 | 0 | 7 | 117 | 40 | 67 | 101 | 51 |
| Binary | 10101101 | 10100001 | 100101 | 0 | 111 | 1001111 | 100000 | 110111 | 1000001 | 101001 |
Color Harmonies of #ADA125
Complementary color
Monochromatic Colors of #ADA125
Black with #ADA125
Text Example
Text Example
White with #ADA125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA125; }
p { color: rgb(173,161,37); }
H1.HeaderClassName
{
color: #ADA125;
}
.AnyTagClassName
{
color: #ADA125;
}
</style>
background-color css
<style>
a { background-color: #ADA125; }
a { background-color: rgb(173,161,37); }
div.DivClassName
{
background-color: #ADA125;
}
.BgClassName
{
background-color: #ADA125;
}
</style>
border-color css
<style>
span { border-color: #ADA125; }
span { border-color: rgb(173,161,37); }
td.TdClassName
{
border-color: #ADA125;
}
.TagClassName
{
border-color: #ADA125;
}
</style>