Shades of Lucky #ADA51C
Tints of Lucky #ADA51C
RGB
CMYK
RGB Variations
Color information
#ADA51C (or 0xADA51C) is known color: Lucky. HEX triplet: AD, A5 and 1C. RGB value is (173,165,28). Sum of RGB (Red+Green+Blue) = 173+165+28=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 165 (64.84% from 255 or 45.08% from 366); Blue value is 28 (11.33% from 255 or 7.65% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA51C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA51C is #525AE3. Grayscale: #989898. Windows color (decimal): -5397220 or 1877421. OLE color: 1877421.
HSL color Cylindrical-coordinate representation of color #ADA51C: hue angle of 56.69º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ADA51C is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 28 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.32 |
| HSL | 56.69º | 0.72% | 0.39% | - |
| HSV(B) | 56.69º | 0.84% | 0.68% | - |
| XYZ | 30.9 | 35.88 | 6.4 | - |
| YUV | 151.77 | 58.15 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 28 | 0 | 0.05 | 0.84 | 0.32 | 56.69 | 0.72 | 0.39 |
| Hex | AD | A5 | 1C | 0 | 5 | 54 | 20 | 39 | 48 | 27 |
| Octal | 255 | 245 | 34 | 0 | 5 | 124 | 40 | 71 | 110 | 47 |
| Binary | 10101101 | 10100101 | 11100 | 0 | 101 | 1010100 | 100000 | 111001 | 1001000 | 100111 |
Color Harmonies of #ADA51C
Complementary color
Monochromatic Colors of #ADA51C
Black with #ADA51C
Text Example
Text Example
White with #ADA51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA51C; }
p { color: rgb(173,165,28); }
H1.HeaderClassName
{
color: #ADA51C;
}
.AnyTagClassName
{
color: #ADA51C;
}
</style>
background-color css
<style>
a { background-color: #ADA51C; }
a { background-color: rgb(173,165,28); }
div.DivClassName
{
background-color: #ADA51C;
}
.BgClassName
{
background-color: #ADA51C;
}
</style>
border-color css
<style>
span { border-color: #ADA51C; }
span { border-color: rgb(173,165,28); }
td.TdClassName
{
border-color: #ADA51C;
}
.TagClassName
{
border-color: #ADA51C;
}
</style>