Shades of Lucky #A09105
Tints of Lucky #A09105
RGB
CMYK
RGB Variations
Color information
#A09105 (or 0xA09105) is known color: Lucky. HEX triplet: A0, 91 and 05. RGB value is (160,145,5). Sum of RGB (Red+Green+Blue) = 160+145+5=310 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.61% from 310); Green value is 145 (57.03% from 255 or 46.77% from 310); Blue value is 5 (2.34% from 255 or 1.61% from 310); Max value from RGB is 160 - color contains mainly: red. Hex color #A09105 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09105 is #5F6EFA. Grayscale: #868686. Windows color (decimal): -6254331 or 364960. OLE color: 364960.
HSL color Cylindrical-coordinate representation of color #A09105: hue angle of 54.19º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A09105 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 145 | 5 | - |
| CMYK | 0 | 0.09 | 0.97 | 0.37 |
| HSL | 54.19º | 0.94% | 0.32% | - |
| HSV(B) | 54.19º | 0.97% | 0.63% | - |
| XYZ | 24.65 | 27.74 | 4.2 | - |
| YUV | 133.53 | 55.47 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 145 | 5 | 0 | 0.09 | 0.97 | 0.37 | 54.19 | 0.94 | 0.32 |
| Hex | A0 | 91 | 5 | 0 | 9 | 61 | 25 | 36 | 5E | 20 |
| Octal | 240 | 221 | 5 | 0 | 11 | 141 | 45 | 66 | 136 | 40 |
| Binary | 10100000 | 10010001 | 101 | 0 | 1001 | 1100001 | 100101 | 110110 | 1011110 | 100000 |
Color Harmonies of #A09105
Complementary color
Monochromatic Colors of #A09105
Black with #A09105
Text Example
Text Example
White with #A09105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09105; }
p { color: rgb(160,145,5); }
H1.HeaderClassName
{
color: #A09105;
}
.AnyTagClassName
{
color: #A09105;
}
</style>
background-color css
<style>
a { background-color: #A09105; }
a { background-color: rgb(160,145,5); }
div.DivClassName
{
background-color: #A09105;
}
.BgClassName
{
background-color: #A09105;
}
</style>
border-color css
<style>
span { border-color: #A09105; }
span { border-color: rgb(160,145,5); }
td.TdClassName
{
border-color: #A09105;
}
.TagClassName
{
border-color: #A09105;
}
</style>