Shades of Lucky #A09B20
Tints of Lucky #A09B20
RGB
CMYK
RGB Variations
Color information
#A09B20 (or 0xA09B20) is known color: Lucky. HEX triplet: A0, 9B and 20. RGB value is (160,155,32). Sum of RGB (Red+Green+Blue) = 160+155+32=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 155 (60.94% from 255 or 44.67% from 347); Blue value is 32 (12.89% from 255 or 9.22% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A09B20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09B20 is #5F64DF. Grayscale: #8E8E8E. Windows color (decimal): -6251744 or 2136992. OLE color: 2136992.
HSL color Cylindrical-coordinate representation of color #A09B20: hue angle of 57.66º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A09B20 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 155 | 32 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.37 |
| HSL | 57.66º | 0.67% | 0.38% | - |
| HSV(B) | 57.66º | 0.8% | 0.63% | - |
| XYZ | 26.48 | 31.02 | 5.96 | - |
| YUV | 142.47 | 65.66 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 155 | 32 | 0 | 0.03 | 0.80 | 0.37 | 57.66 | 0.67 | 0.38 |
| Hex | A0 | 9B | 20 | 0 | 3 | 50 | 25 | 3A | 43 | 26 |
| Octal | 240 | 233 | 40 | 0 | 3 | 120 | 45 | 72 | 103 | 46 |
| Binary | 10100000 | 10011011 | 100000 | 0 | 11 | 1010000 | 100101 | 111010 | 1000011 | 100110 |
Color Harmonies of #A09B20
Complementary color
Monochromatic Colors of #A09B20
Black with #A09B20
Text Example
Text Example
White with #A09B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09B20; }
p { color: rgb(160,155,32); }
H1.HeaderClassName
{
color: #A09B20;
}
.AnyTagClassName
{
color: #A09B20;
}
</style>
background-color css
<style>
a { background-color: #A09B20; }
a { background-color: rgb(160,155,32); }
div.DivClassName
{
background-color: #A09B20;
}
.BgClassName
{
background-color: #A09B20;
}
</style>
border-color css
<style>
span { border-color: #A09B20; }
span { border-color: rgb(160,155,32); }
td.TdClassName
{
border-color: #A09B20;
}
.TagClassName
{
border-color: #A09B20;
}
</style>