Shades of Lucky #A09B24
Tints of Lucky #A09B24
RGB
CMYK
RGB Variations
Color information
#A09B24 (or 0xA09B24) is known color: Lucky. HEX triplet: A0, 9B and 24. RGB value is (160,155,36). Sum of RGB (Red+Green+Blue) = 160+155+36=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 155 (60.94% from 255 or 44.16% from 351); Blue value is 36 (14.45% from 255 or 10.26% from 351); Max value from RGB is 160 - color contains mainly: red. Hex color #A09B24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09B24 is #5F64DB. Grayscale: #8F8F8F. Windows color (decimal): -6251740 or 2399136. OLE color: 2399136.
HSL color Cylindrical-coordinate representation of color #A09B24: hue angle of 57.58º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A09B24 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 155 | 36 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.37 |
| HSL | 57.58º | 0.63% | 0.38% | - |
| HSV(B) | 57.58º | 0.78% | 0.63% | - |
| XYZ | 26.54 | 31.04 | 6.26 | - |
| YUV | 142.93 | 67.66 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 155 | 36 | 0 | 0.03 | 0.78 | 0.37 | 57.58 | 0.63 | 0.38 |
| Hex | A0 | 9B | 24 | 0 | 3 | 4E | 25 | 3A | 3F | 26 |
| Octal | 240 | 233 | 44 | 0 | 3 | 116 | 45 | 72 | 77 | 46 |
| Binary | 10100000 | 10011011 | 100100 | 0 | 11 | 1001110 | 100101 | 111010 | 111111 | 100110 |
Color Harmonies of #A09B24
Complementary color
Monochromatic Colors of #A09B24
Black with #A09B24
Text Example
Text Example
White with #A09B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09B24; }
p { color: rgb(160,155,36); }
H1.HeaderClassName
{
color: #A09B24;
}
.AnyTagClassName
{
color: #A09B24;
}
</style>
background-color css
<style>
a { background-color: #A09B24; }
a { background-color: rgb(160,155,36); }
div.DivClassName
{
background-color: #A09B24;
}
.BgClassName
{
background-color: #A09B24;
}
</style>
border-color css
<style>
span { border-color: #A09B24; }
span { border-color: rgb(160,155,36); }
td.TdClassName
{
border-color: #A09B24;
}
.TagClassName
{
border-color: #A09B24;
}
</style>