Shades of Lucky #A7A521
Tints of Lucky #A7A521
RGB
CMYK
RGB Variations
Color information
#A7A521 (or 0xA7A521) is known color: Lucky. HEX triplet: A7, A5 and 21. RGB value is (167,165,33). Sum of RGB (Red+Green+Blue) = 167+165+33=365 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.75% from 365); Green value is 165 (64.84% from 255 or 45.21% from 365); Blue value is 33 (13.28% from 255 or 9.04% from 365); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A521 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A521 is #585ADE. Grayscale: #979797. Windows color (decimal): -5790431 or 2205095. OLE color: 2205095.
HSL color Cylindrical-coordinate representation of color #A7A521: hue angle of 59.1º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A7A521 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 165 | 33 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.35 |
| HSL | 59.1º | 0.67% | 0.39% | - |
| HSV(B) | 59.1º | 0.8% | 0.65% | - |
| XYZ | 29.67 | 35.24 | 6.68 | - |
| YUV | 150.55 | 61.66 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 165 | 33 | 0 | 0.01 | 0.80 | 0.35 | 59.1 | 0.67 | 0.39 |
| Hex | A7 | A5 | 21 | 0 | 1 | 50 | 23 | 3B | 43 | 27 |
| Octal | 247 | 245 | 41 | 0 | 1 | 120 | 43 | 73 | 103 | 47 |
| Binary | 10100111 | 10100101 | 100001 | 0 | 1 | 1010000 | 100011 | 111011 | 1000011 | 100111 |
Color Harmonies of #A7A521
Complementary color
Monochromatic Colors of #A7A521
Black with #A7A521
Text Example
Text Example
White with #A7A521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A521; }
p { color: rgb(167,165,33); }
H1.HeaderClassName
{
color: #A7A521;
}
.AnyTagClassName
{
color: #A7A521;
}
</style>
background-color css
<style>
a { background-color: #A7A521; }
a { background-color: rgb(167,165,33); }
div.DivClassName
{
background-color: #A7A521;
}
.BgClassName
{
background-color: #A7A521;
}
</style>
border-color css
<style>
span { border-color: #A7A521; }
span { border-color: rgb(167,165,33); }
td.TdClassName
{
border-color: #A7A521;
}
.TagClassName
{
border-color: #A7A521;
}
</style>