Shades of Sandal #A08A6A
Tints of Sandal #A08A6A
RGB
CMYK
RGB Variations
Color information
#A08A6A (or 0xA08A6A) is known color: Sandal. HEX triplet: A0, 8A and 6A. RGB value is (160,138,106). Sum of RGB (Red+Green+Blue) = 160+138+106=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 106 (41.80% from 255 or 26.24% from 404); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08A6A is #5F7595. Grayscale: #8D8D8D. Windows color (decimal): -6256022 or 6982304. OLE color: 6982304.
HSL color Cylindrical-coordinate representation of color #A08A6A: hue angle of 35.56º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A08A6A is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 138 | 106 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.37 |
| HSL | 35.56º | 0.22% | 0.52% | - |
| HSV(B) | 35.56º | 0.34% | 0.63% | - |
| XYZ | 26.19 | 26.69 | 17.41 | - |
| YUV | 140.93 | 108.29 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 138 | 106 | 0 | 0.14 | 0.34 | 0.37 | 35.56 | 0.22 | 0.52 |
| Hex | A0 | 8A | 6A | 0 | E | 22 | 25 | 24 | 16 | 34 |
| Octal | 240 | 212 | 152 | 0 | 16 | 42 | 45 | 44 | 26 | 64 |
| Binary | 10100000 | 10001010 | 1101010 | 0 | 1110 | 100010 | 100101 | 100100 | 10110 | 110100 |
Color Harmonies of #A08A6A
Complementary color
Monochromatic Colors of #A08A6A
Black with #A08A6A
Text Example
Text Example
White with #A08A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08A6A; }
p { color: rgb(160,138,106); }
H1.HeaderClassName
{
color: #A08A6A;
}
.AnyTagClassName
{
color: #A08A6A;
}
</style>
background-color css
<style>
a { background-color: #A08A6A; }
a { background-color: rgb(160,138,106); }
div.DivClassName
{
background-color: #A08A6A;
}
.BgClassName
{
background-color: #A08A6A;
}
</style>
border-color css
<style>
span { border-color: #A08A6A; }
span { border-color: rgb(160,138,106); }
td.TdClassName
{
border-color: #A08A6A;
}
.TagClassName
{
border-color: #A08A6A;
}
</style>