Shades of Lucky #ADA21F
Tints of Lucky #ADA21F
RGB
CMYK
RGB Variations
Color information
#ADA21F (or 0xADA21F) is known color: Lucky. HEX triplet: AD, A2 and 1F. RGB value is (173,162,31). Sum of RGB (Red+Green+Blue) = 173+162+31=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 162 (63.67% from 255 or 44.26% from 366); Blue value is 31 (12.5% from 255 or 8.47% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA21F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA21F is #525DE0. Grayscale: #969696. Windows color (decimal): -5397985 or 2073261. OLE color: 2073261.
HSL color Cylindrical-coordinate representation of color #ADA21F: hue angle of 55.35º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ADA21F is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 162 | 31 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.32 |
| HSL | 55.35º | 0.7% | 0.4% | - |
| HSV(B) | 55.35º | 0.82% | 0.68% | - |
| XYZ | 30.4 | 34.82 | 6.42 | - |
| YUV | 150.36 | 60.64 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 162 | 31 | 0 | 0.06 | 0.82 | 0.32 | 55.35 | 0.7 | 0.4 |
| Hex | AD | A2 | 1F | 0 | 6 | 52 | 20 | 37 | 46 | 28 |
| Octal | 255 | 242 | 37 | 0 | 6 | 122 | 40 | 67 | 106 | 50 |
| Binary | 10101101 | 10100010 | 11111 | 0 | 110 | 1010010 | 100000 | 110111 | 1000110 | 101000 |
Color Harmonies of #ADA21F
Complementary color
Monochromatic Colors of #ADA21F
Black with #ADA21F
Text Example
Text Example
White with #ADA21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA21F; }
p { color: rgb(173,162,31); }
H1.HeaderClassName
{
color: #ADA21F;
}
.AnyTagClassName
{
color: #ADA21F;
}
</style>
background-color css
<style>
a { background-color: #ADA21F; }
a { background-color: rgb(173,162,31); }
div.DivClassName
{
background-color: #ADA21F;
}
.BgClassName
{
background-color: #ADA21F;
}
</style>
border-color css
<style>
span { border-color: #ADA21F; }
span { border-color: rgb(173,162,31); }
td.TdClassName
{
border-color: #ADA21F;
}
.TagClassName
{
border-color: #ADA21F;
}
</style>