Shades of Lucky #A08A0A
Tints of Lucky #A08A0A
RGB
CMYK
RGB Variations
Color information
#A08A0A (or 0xA08A0A) is known color: Lucky. HEX triplet: A0, 8A and 0A. RGB value is (160,138,10). Sum of RGB (Red+Green+Blue) = 160+138+10=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 138 (54.30% from 255 or 44.81% from 308); Blue value is 10 (4.30% from 255 or 3.25% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08A0A is #5F75F5. Grayscale: #828282. Windows color (decimal): -6256118 or 690848. OLE color: 690848.
HSL color Cylindrical-coordinate representation of color #A08A0A: hue angle of 51.2º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A08A0A is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 138 | 10 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.37 |
| HSL | 51.2º | 0.88% | 0.33% | - |
| HSV(B) | 51.2º | 0.94% | 0.63% | - |
| XYZ | 23.64 | 25.67 | 4 | - |
| YUV | 129.99 | 60.29 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 138 | 10 | 0 | 0.14 | 0.94 | 0.37 | 51.2 | 0.88 | 0.33 |
| Hex | A0 | 8A | A | 0 | E | 5E | 25 | 33 | 58 | 21 |
| Octal | 240 | 212 | 12 | 0 | 16 | 136 | 45 | 63 | 130 | 41 |
| Binary | 10100000 | 10001010 | 1010 | 0 | 1110 | 1011110 | 100101 | 110011 | 1011000 | 100001 |
Color Harmonies of #A08A0A
Complementary color
Monochromatic Colors of #A08A0A
Black with #A08A0A
Text Example
Text Example
White with #A08A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08A0A; }
p { color: rgb(160,138,10); }
H1.HeaderClassName
{
color: #A08A0A;
}
.AnyTagClassName
{
color: #A08A0A;
}
</style>
background-color css
<style>
a { background-color: #A08A0A; }
a { background-color: rgb(160,138,10); }
div.DivClassName
{
background-color: #A08A0A;
}
.BgClassName
{
background-color: #A08A0A;
}
</style>
border-color css
<style>
span { border-color: #A08A0A; }
span { border-color: rgb(160,138,10); }
td.TdClassName
{
border-color: #A08A0A;
}
.TagClassName
{
border-color: #A08A0A;
}
</style>