Shades of Lucky #A99625
Tints of Lucky #A99625
RGB
CMYK
RGB Variations
Color information
#A99625 (or 0xA99625) is known color: Lucky. HEX triplet: A9, 96 and 25. RGB value is (169,150,37). Sum of RGB (Red+Green+Blue) = 169+150+37=356 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.47% from 356); Green value is 150 (58.98% from 255 or 42.13% from 356); Blue value is 37 (14.84% from 255 or 10.39% from 356); Max value from RGB is 169 - color contains mainly: red. Hex color #A99625 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99625 is #5669DA. Grayscale: #8F8F8F. Windows color (decimal): -5663195 or 2463401. OLE color: 2463401.
HSL color Cylindrical-coordinate representation of color #A99625: hue angle of 51.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 #A99625 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 150 | 37 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.34 |
| HSL | 51.36º | 0.64% | 0.4% | - |
| HSV(B) | 51.36º | 0.78% | 0.66% | - |
| XYZ | 27.6 | 30.38 | 6.16 | - |
| YUV | 142.8 | 68.29 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 150 | 37 | 0 | 0.11 | 0.78 | 0.34 | 51.36 | 0.64 | 0.4 |
| Hex | A9 | 96 | 25 | 0 | B | 4E | 22 | 33 | 40 | 28 |
| Octal | 251 | 226 | 45 | 0 | 13 | 116 | 42 | 63 | 100 | 50 |
| Binary | 10101001 | 10010110 | 100101 | 0 | 1011 | 1001110 | 100010 | 110011 | 1000000 | 101000 |
Color Harmonies of #A99625
Complementary color
Monochromatic Colors of #A99625
Black with #A99625
Text Example
Text Example
White with #A99625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99625; }
p { color: rgb(169,150,37); }
H1.HeaderClassName
{
color: #A99625;
}
.AnyTagClassName
{
color: #A99625;
}
</style>
background-color css
<style>
a { background-color: #A99625; }
a { background-color: rgb(169,150,37); }
div.DivClassName
{
background-color: #A99625;
}
.BgClassName
{
background-color: #A99625;
}
</style>
border-color css
<style>
span { border-color: #A99625; }
span { border-color: rgb(169,150,37); }
td.TdClassName
{
border-color: #A99625;
}
.TagClassName
{
border-color: #A99625;
}
</style>