Shades of Lucky #A09B29
Tints of Lucky #A09B29
RGB
CMYK
RGB Variations
Color information
#A09B29 (or 0xA09B29) is known color: Lucky. HEX triplet: A0, 9B and 29. RGB value is (160,155,41). Sum of RGB (Red+Green+Blue) = 160+155+41=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 155 (60.94% from 255 or 43.54% from 356); Blue value is 41 (16.41% from 255 or 11.52% from 356); Max value from RGB is 160 - color contains mainly: red. Hex color #A09B29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09B29 is #5F64D6. Grayscale: #8F8F8F. Windows color (decimal): -6251735 or 2726816. OLE color: 2726816.
HSL color Cylindrical-coordinate representation of color #A09B29: hue angle of 57.48º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A09B29 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 155 | 41 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.37 |
| HSL | 57.48º | 0.59% | 0.39% | - |
| HSV(B) | 57.48º | 0.74% | 0.63% | - |
| XYZ | 26.62 | 31.08 | 6.69 | - |
| YUV | 143.5 | 70.16 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 155 | 41 | 0 | 0.03 | 0.74 | 0.37 | 57.48 | 0.59 | 0.39 |
| Hex | A0 | 9B | 29 | 0 | 3 | 4A | 25 | 39 | 3B | 27 |
| Octal | 240 | 233 | 51 | 0 | 3 | 112 | 45 | 71 | 73 | 47 |
| Binary | 10100000 | 10011011 | 101001 | 0 | 11 | 1001010 | 100101 | 111001 | 111011 | 100111 |
Color Harmonies of #A09B29
Complementary color
Monochromatic Colors of #A09B29
Black with #A09B29
Text Example
Text Example
White with #A09B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09B29; }
p { color: rgb(160,155,41); }
H1.HeaderClassName
{
color: #A09B29;
}
.AnyTagClassName
{
color: #A09B29;
}
</style>
background-color css
<style>
a { background-color: #A09B29; }
a { background-color: rgb(160,155,41); }
div.DivClassName
{
background-color: #A09B29;
}
.BgClassName
{
background-color: #A09B29;
}
</style>
border-color css
<style>
span { border-color: #A09B29; }
span { border-color: rgb(160,155,41); }
td.TdClassName
{
border-color: #A09B29;
}
.TagClassName
{
border-color: #A09B29;
}
</style>