Shades of Lucky #A09B13
Tints of Lucky #A09B13
RGB
CMYK
RGB Variations
Color information
#A09B13 (or 0xA09B13) is known color: Lucky. HEX triplet: A0, 9B and 13. RGB value is (160,155,19). Sum of RGB (Red+Green+Blue) = 160+155+19=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 155 (60.94% from 255 or 46.41% from 334); Blue value is 19 (7.81% from 255 or 5.69% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A09B13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09B13 is #5F64EC. Grayscale: #8D8D8D. Windows color (decimal): -6251757 or 1285024. OLE color: 1285024.
HSL color Cylindrical-coordinate representation of color #A09B13: hue angle of 57.87º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A09B13 is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 155 | 19 | - |
| CMYK | 0 | 0.03 | 0.88 | 0.37 |
| HSL | 57.87º | 0.79% | 0.35% | - |
| HSV(B) | 57.87º | 0.88% | 0.63% | - |
| XYZ | 26.34 | 30.96 | 5.2 | - |
| YUV | 140.99 | 59.16 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 155 | 19 | 0 | 0.03 | 0.88 | 0.37 | 57.87 | 0.79 | 0.35 |
| Hex | A0 | 9B | 13 | 0 | 3 | 58 | 25 | 3A | 4F | 23 |
| Octal | 240 | 233 | 23 | 0 | 3 | 130 | 45 | 72 | 117 | 43 |
| Binary | 10100000 | 10011011 | 10011 | 0 | 11 | 1011000 | 100101 | 111010 | 1001111 | 100011 |
Color Harmonies of #A09B13
Complementary color
Monochromatic Colors of #A09B13
Black with #A09B13
Text Example
Text Example
White with #A09B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09B13; }
p { color: rgb(160,155,19); }
H1.HeaderClassName
{
color: #A09B13;
}
.AnyTagClassName
{
color: #A09B13;
}
</style>
background-color css
<style>
a { background-color: #A09B13; }
a { background-color: rgb(160,155,19); }
div.DivClassName
{
background-color: #A09B13;
}
.BgClassName
{
background-color: #A09B13;
}
</style>
border-color css
<style>
span { border-color: #A09B13; }
span { border-color: rgb(160,155,19); }
td.TdClassName
{
border-color: #A09B13;
}
.TagClassName
{
border-color: #A09B13;
}
</style>