Shades of Dark Tan #A2704C
Tints of Dark Tan #A2704C
RGB
CMYK
RGB Variations
Color information
#A2704C (or 0xA2704C) is known color: Dark Tan. HEX triplet: A2, 70 and 4C. RGB value is (162,112,76). Sum of RGB (Red+Green+Blue) = 162+112+76=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 162 - color contains mainly: red. Hex color #A2704C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2704C is #5D8FB3. Grayscale: #7B7B7B. Windows color (decimal): -6131636 or 5009570. OLE color: 5009570.
HSL color Cylindrical-coordinate representation of color #A2704C: hue angle of 25.12º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A2704C is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 112 | 76 | - |
| CMYK | 0 | 0.31 | 0.53 | 0.36 |
| HSL | 25.12º | 0.36% | 0.47% | - |
| HSV(B) | 25.12º | 0.53% | 0.64% | - |
| XYZ | 22 | 19.79 | 9.5 | - |
| YUV | 122.85 | 101.57 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 112 | 76 | 0 | 0.31 | 0.53 | 0.36 | 25.12 | 0.36 | 0.47 |
| Hex | A2 | 70 | 4C | 0 | 1F | 35 | 24 | 19 | 24 | 2F |
| Octal | 242 | 160 | 114 | 0 | 37 | 65 | 44 | 31 | 44 | 57 |
| Binary | 10100010 | 1110000 | 1001100 | 0 | 11111 | 110101 | 100100 | 11001 | 100100 | 101111 |
Color Harmonies of #A2704C
Complementary color
Monochromatic Colors of #A2704C
Black with #A2704C
Text Example
Text Example
White with #A2704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2704C; }
p { color: rgb(162,112,76); }
H1.HeaderClassName
{
color: #A2704C;
}
.AnyTagClassName
{
color: #A2704C;
}
</style>
background-color css
<style>
a { background-color: #A2704C; }
a { background-color: rgb(162,112,76); }
div.DivClassName
{
background-color: #A2704C;
}
.BgClassName
{
background-color: #A2704C;
}
</style>
border-color css
<style>
span { border-color: #A2704C; }
span { border-color: rgb(162,112,76); }
td.TdClassName
{
border-color: #A2704C;
}
.TagClassName
{
border-color: #A2704C;
}
</style>