Shades of Lucky #A09B2B
Tints of Lucky #A09B2B
RGB
CMYK
RGB Variations
Color information
#A09B2B (or 0xA09B2B) is known color: Lucky. HEX triplet: A0, 9B and 2B. RGB value is (160,155,43). Sum of RGB (Red+Green+Blue) = 160+155+43=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 155 (60.94% from 255 or 43.30% from 358); Blue value is 43 (17.19% from 255 or 12.01% from 358); Max value from RGB is 160 - color contains mainly: red. Hex color #A09B2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09B2B is #5F64D4. Grayscale: #909090. Windows color (decimal): -6251733 or 2857888. OLE color: 2857888.
HSL color Cylindrical-coordinate representation of color #A09B2B: hue angle of 57.44º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A09B2B is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 155 | 43 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.37 |
| HSL | 57.44º | 0.58% | 0.4% | - |
| HSV(B) | 57.44º | 0.73% | 0.63% | - |
| XYZ | 26.65 | 31.09 | 6.88 | - |
| YUV | 143.73 | 71.16 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 155 | 43 | 0 | 0.03 | 0.73 | 0.37 | 57.44 | 0.58 | 0.4 |
| Hex | A0 | 9B | 2B | 0 | 3 | 49 | 25 | 39 | 3A | 28 |
| Octal | 240 | 233 | 53 | 0 | 3 | 111 | 45 | 71 | 72 | 50 |
| Binary | 10100000 | 10011011 | 101011 | 0 | 11 | 1001001 | 100101 | 111001 | 111010 | 101000 |
Color Harmonies of #A09B2B
Complementary color
Monochromatic Colors of #A09B2B
Black with #A09B2B
Text Example
Text Example
White with #A09B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09B2B; }
p { color: rgb(160,155,43); }
H1.HeaderClassName
{
color: #A09B2B;
}
.AnyTagClassName
{
color: #A09B2B;
}
</style>
background-color css
<style>
a { background-color: #A09B2B; }
a { background-color: rgb(160,155,43); }
div.DivClassName
{
background-color: #A09B2B;
}
.BgClassName
{
background-color: #A09B2B;
}
</style>
border-color css
<style>
span { border-color: #A09B2B; }
span { border-color: rgb(160,155,43); }
td.TdClassName
{
border-color: #A09B2B;
}
.TagClassName
{
border-color: #A09B2B;
}
</style>