Shades of Lucky #A09B2A
Tints of Lucky #A09B2A
RGB
CMYK
RGB Variations
Color information
#A09B2A (or 0xA09B2A) is known color: Lucky. HEX triplet: A0, 9B and 2A. RGB value is (160,155,42). Sum of RGB (Red+Green+Blue) = 160+155+42=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 155 (60.94% from 255 or 43.42% from 357); Blue value is 42 (16.80% from 255 or 11.76% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A09B2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09B2A is #5F64D5. Grayscale: #909090. Windows color (decimal): -6251734 or 2792352. OLE color: 2792352.
HSL color Cylindrical-coordinate representation of color #A09B2A: hue angle of 57.46º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A09B2A is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 155 | 42 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.37 |
| HSL | 57.46º | 0.58% | 0.4% | - |
| HSV(B) | 57.46º | 0.74% | 0.63% | - |
| XYZ | 26.64 | 31.08 | 6.79 | - |
| YUV | 143.61 | 70.66 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 155 | 42 | 0 | 0.03 | 0.74 | 0.37 | 57.46 | 0.58 | 0.4 |
| Hex | A0 | 9B | 2A | 0 | 3 | 4A | 25 | 39 | 3A | 28 |
| Octal | 240 | 233 | 52 | 0 | 3 | 112 | 45 | 71 | 72 | 50 |
| Binary | 10100000 | 10011011 | 101010 | 0 | 11 | 1001010 | 100101 | 111001 | 111010 | 101000 |
Color Harmonies of #A09B2A
Complementary color
Monochromatic Colors of #A09B2A
Black with #A09B2A
Text Example
Text Example
White with #A09B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09B2A; }
p { color: rgb(160,155,42); }
H1.HeaderClassName
{
color: #A09B2A;
}
.AnyTagClassName
{
color: #A09B2A;
}
</style>
background-color css
<style>
a { background-color: #A09B2A; }
a { background-color: rgb(160,155,42); }
div.DivClassName
{
background-color: #A09B2A;
}
.BgClassName
{
background-color: #A09B2A;
}
</style>
border-color css
<style>
span { border-color: #A09B2A; }
span { border-color: rgb(160,155,42); }
td.TdClassName
{
border-color: #A09B2A;
}
.TagClassName
{
border-color: #A09B2A;
}
</style>