Shades of Lucky #A89925
Tints of Lucky #A89925
RGB
CMYK
RGB Variations
Color information
#A89925 (or 0xA89925) is known color: Lucky. HEX triplet: A8, 99 and 25. RGB value is (168,153,37). Sum of RGB (Red+Green+Blue) = 168+153+37=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 37 (14.84% from 255 or 10.34% from 358); Max value from RGB is 168 - color contains mainly: red. Hex color #A89925 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89925 is #5766DA. Grayscale: #909090. Windows color (decimal): -5727963 or 2464168. OLE color: 2464168.
HSL color Cylindrical-coordinate representation of color #A89925: hue angle of 53.13º 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 #A89925 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 153 | 37 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.34 |
| HSL | 53.13º | 0.64% | 0.4% | - |
| HSV(B) | 53.13º | 0.78% | 0.66% | - |
| XYZ | 27.87 | 31.24 | 6.31 | - |
| YUV | 144.26 | 67.47 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 153 | 37 | 0 | 0.09 | 0.78 | 0.34 | 53.13 | 0.64 | 0.4 |
| Hex | A8 | 99 | 25 | 0 | 9 | 4E | 22 | 35 | 40 | 28 |
| Octal | 250 | 231 | 45 | 0 | 11 | 116 | 42 | 65 | 100 | 50 |
| Binary | 10101000 | 10011001 | 100101 | 0 | 1001 | 1001110 | 100010 | 110101 | 1000000 | 101000 |
Color Harmonies of #A89925
Complementary color
Monochromatic Colors of #A89925
Black with #A89925
Text Example
Text Example
White with #A89925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89925; }
p { color: rgb(168,153,37); }
H1.HeaderClassName
{
color: #A89925;
}
.AnyTagClassName
{
color: #A89925;
}
</style>
background-color css
<style>
a { background-color: #A89925; }
a { background-color: rgb(168,153,37); }
div.DivClassName
{
background-color: #A89925;
}
.BgClassName
{
background-color: #A89925;
}
</style>
border-color css
<style>
span { border-color: #A89925; }
span { border-color: rgb(168,153,37); }
td.TdClassName
{
border-color: #A89925;
}
.TagClassName
{
border-color: #A89925;
}
</style>