Shades of Dark Tan #A0654A
Tints of Dark Tan #A0654A
RGB
CMYK
RGB Variations
Color information
#A0654A (or 0xA0654A) is known color: Dark Tan. HEX triplet: A0, 65 and 4A. RGB value is (160,101,74). Sum of RGB (Red+Green+Blue) = 160+101+74=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A0654A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0654A is #5F9AB5. Grayscale: #737373. Windows color (decimal): -6265526 or 4875680. OLE color: 4875680.
HSL color Cylindrical-coordinate representation of color #A0654A: hue angle of 18.84º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A0654A is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 101 | 74 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.37 |
| HSL | 18.84º | 0.37% | 0.46% | - |
| HSV(B) | 18.84º | 0.54% | 0.63% | - |
| XYZ | 20.39 | 17.28 | 8.74 | - |
| YUV | 115.56 | 104.55 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 101 | 74 | 0 | 0.37 | 0.54 | 0.37 | 18.84 | 0.37 | 0.46 |
| Hex | A0 | 65 | 4A | 0 | 25 | 36 | 25 | 13 | 25 | 2E |
| Octal | 240 | 145 | 112 | 0 | 45 | 66 | 45 | 23 | 45 | 56 |
| Binary | 10100000 | 1100101 | 1001010 | 0 | 100101 | 110110 | 100101 | 10011 | 100101 | 101110 |
Color Harmonies of #A0654A
Complementary color
Monochromatic Colors of #A0654A
Black with #A0654A
Text Example
Text Example
White with #A0654A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0654A; }
p { color: rgb(160,101,74); }
H1.HeaderClassName
{
color: #A0654A;
}
.AnyTagClassName
{
color: #A0654A;
}
</style>
background-color css
<style>
a { background-color: #A0654A; }
a { background-color: rgb(160,101,74); }
div.DivClassName
{
background-color: #A0654A;
}
.BgClassName
{
background-color: #A0654A;
}
</style>
border-color css
<style>
span { border-color: #A0654A; }
span { border-color: rgb(160,101,74); }
td.TdClassName
{
border-color: #A0654A;
}
.TagClassName
{
border-color: #A0654A;
}
</style>