Shades of Lucky #A9A125
Tints of Lucky #A9A125
RGB
CMYK
RGB Variations
Color information
#A9A125 (or 0xA9A125) is known color: Lucky. HEX triplet: A9, A1 and 25. RGB value is (169,161,37). Sum of RGB (Red+Green+Blue) = 169+161+37=367 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.05% from 367); Green value is 161 (63.28% from 255 or 43.87% from 367); Blue value is 37 (14.84% from 255 or 10.08% from 367); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A125 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A125 is #565EDA. Grayscale: #959595. Windows color (decimal): -5660379 or 2466217. OLE color: 2466217.
HSL color Cylindrical-coordinate representation of color #A9A125: hue angle of 56.36º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A9A125 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 161 | 37 | - |
| CMYK | 0 | 0.05 | 0.78 | 0.34 |
| HSL | 56.36º | 0.64% | 0.4% | - |
| HSV(B) | 56.36º | 0.78% | 0.66% | - |
| XYZ | 29.44 | 34.06 | 6.77 | - |
| YUV | 149.26 | 64.65 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 161 | 37 | 0 | 0.05 | 0.78 | 0.34 | 56.36 | 0.64 | 0.4 |
| Hex | A9 | A1 | 25 | 0 | 5 | 4E | 22 | 38 | 40 | 28 |
| Octal | 251 | 241 | 45 | 0 | 5 | 116 | 42 | 70 | 100 | 50 |
| Binary | 10101001 | 10100001 | 100101 | 0 | 101 | 1001110 | 100010 | 111000 | 1000000 | 101000 |
Color Harmonies of #A9A125
Complementary color
Monochromatic Colors of #A9A125
Black with #A9A125
Text Example
Text Example
White with #A9A125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A125; }
p { color: rgb(169,161,37); }
H1.HeaderClassName
{
color: #A9A125;
}
.AnyTagClassName
{
color: #A9A125;
}
</style>
background-color css
<style>
a { background-color: #A9A125; }
a { background-color: rgb(169,161,37); }
div.DivClassName
{
background-color: #A9A125;
}
.BgClassName
{
background-color: #A9A125;
}
</style>
border-color css
<style>
span { border-color: #A9A125; }
span { border-color: rgb(169,161,37); }
td.TdClassName
{
border-color: #A9A125;
}
.TagClassName
{
border-color: #A9A125;
}
</style>