Shades of Lucky #A09825
Tints of Lucky #A09825
RGB
CMYK
RGB Variations
Color information
#A09825 (or 0xA09825) is known color: Lucky. HEX triplet: A0, 98 and 25. RGB value is (160,152,37). Sum of RGB (Red+Green+Blue) = 160+152+37=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 152 (59.77% from 255 or 43.55% from 349); Blue value is 37 (14.84% from 255 or 10.60% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A09825 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09825 is #5F67DA. Grayscale: #8D8D8D. Windows color (decimal): -6252507 or 2463904. OLE color: 2463904.
HSL color Cylindrical-coordinate representation of color #A09825: hue angle of 56.1º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A09825 is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 152 | 37 | - |
| CMYK | 0 | 0.05 | 0.77 | 0.37 |
| HSL | 56.1º | 0.62% | 0.39% | - |
| HSV(B) | 56.1º | 0.77% | 0.63% | - |
| XYZ | 26.06 | 30.06 | 6.18 | - |
| YUV | 141.28 | 69.15 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 152 | 37 | 0 | 0.05 | 0.77 | 0.37 | 56.1 | 0.62 | 0.39 |
| Hex | A0 | 98 | 25 | 0 | 5 | 4D | 25 | 38 | 3E | 27 |
| Octal | 240 | 230 | 45 | 0 | 5 | 115 | 45 | 70 | 76 | 47 |
| Binary | 10100000 | 10011000 | 100101 | 0 | 101 | 1001101 | 100101 | 111000 | 111110 | 100111 |
Color Harmonies of #A09825
Complementary color
Monochromatic Colors of #A09825
Black with #A09825
Text Example
Text Example
White with #A09825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09825; }
p { color: rgb(160,152,37); }
H1.HeaderClassName
{
color: #A09825;
}
.AnyTagClassName
{
color: #A09825;
}
</style>
background-color css
<style>
a { background-color: #A09825; }
a { background-color: rgb(160,152,37); }
div.DivClassName
{
background-color: #A09825;
}
.BgClassName
{
background-color: #A09825;
}
</style>
border-color css
<style>
span { border-color: #A09825; }
span { border-color: rgb(160,152,37); }
td.TdClassName
{
border-color: #A09825;
}
.TagClassName
{
border-color: #A09825;
}
</style>