Shades of Lucky #A7A525
Tints of Lucky #A7A525
RGB
CMYK
RGB Variations
Color information
#A7A525 (or 0xA7A525) is known color: Lucky. HEX triplet: A7, A5 and 25. RGB value is (167,165,37). Sum of RGB (Red+Green+Blue) = 167+165+37=369 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.26% from 369); Green value is 165 (64.84% from 255 or 44.72% from 369); Blue value is 37 (14.84% from 255 or 10.03% from 369); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A525 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A525 is #585ADA. Grayscale: #979797. Windows color (decimal): -5790427 or 2467239. OLE color: 2467239.
HSL color Cylindrical-coordinate representation of color #A7A525: hue angle of 59.08º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A7A525 is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 165 | 37 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.35 |
| HSL | 59.08º | 0.64% | 0.4% | - |
| HSV(B) | 59.08º | 0.78% | 0.65% | - |
| XYZ | 29.73 | 35.26 | 6.99 | - |
| YUV | 151.01 | 63.66 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 165 | 37 | 0 | 0.01 | 0.78 | 0.35 | 59.08 | 0.64 | 0.4 |
| Hex | A7 | A5 | 25 | 0 | 1 | 4E | 23 | 3B | 40 | 28 |
| Octal | 247 | 245 | 45 | 0 | 1 | 116 | 43 | 73 | 100 | 50 |
| Binary | 10100111 | 10100101 | 100101 | 0 | 1 | 1001110 | 100011 | 111011 | 1000000 | 101000 |
Color Harmonies of #A7A525
Complementary color
Monochromatic Colors of #A7A525
Black with #A7A525
Text Example
Text Example
White with #A7A525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A525; }
p { color: rgb(167,165,37); }
H1.HeaderClassName
{
color: #A7A525;
}
.AnyTagClassName
{
color: #A7A525;
}
</style>
background-color css
<style>
a { background-color: #A7A525; }
a { background-color: rgb(167,165,37); }
div.DivClassName
{
background-color: #A7A525;
}
.BgClassName
{
background-color: #A7A525;
}
</style>
border-color css
<style>
span { border-color: #A7A525; }
span { border-color: rgb(167,165,37); }
td.TdClassName
{
border-color: #A7A525;
}
.TagClassName
{
border-color: #A7A525;
}
</style>