Shades of Sandal #A0886B
Tints of Sandal #A0886B
RGB
CMYK
RGB Variations
Color information
#A0886B (or 0xA0886B) is known color: Sandal. HEX triplet: A0, 88 and 6B. RGB value is (160,136,107). Sum of RGB (Red+Green+Blue) = 160+136+107=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 107 (42.19% from 255 or 26.55% from 403); Max value from RGB is 160 - color contains mainly: red. Hex color #A0886B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0886B is #5F7794. Grayscale: #8C8C8C. Windows color (decimal): -6256533 or 7047328. OLE color: 7047328.
HSL color Cylindrical-coordinate representation of color #A0886B: hue angle of 32.83º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0886B is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 136 | 107 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.37 |
| HSL | 32.83º | 0.22% | 0.52% | - |
| HSV(B) | 32.83º | 0.33% | 0.63% | - |
| XYZ | 25.96 | 26.14 | 17.59 | - |
| YUV | 139.87 | 109.45 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 136 | 107 | 0 | 0.15 | 0.33 | 0.37 | 32.83 | 0.22 | 0.52 |
| Hex | A0 | 88 | 6B | 0 | F | 21 | 25 | 21 | 16 | 34 |
| Octal | 240 | 210 | 153 | 0 | 17 | 41 | 45 | 41 | 26 | 64 |
| Binary | 10100000 | 10001000 | 1101011 | 0 | 1111 | 100001 | 100101 | 100001 | 10110 | 110100 |
Color Harmonies of #A0886B
Complementary color
Monochromatic Colors of #A0886B
Black with #A0886B
Text Example
Text Example
White with #A0886B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0886B; }
p { color: rgb(160,136,107); }
H1.HeaderClassName
{
color: #A0886B;
}
.AnyTagClassName
{
color: #A0886B;
}
</style>
background-color css
<style>
a { background-color: #A0886B; }
a { background-color: rgb(160,136,107); }
div.DivClassName
{
background-color: #A0886B;
}
.BgClassName
{
background-color: #A0886B;
}
</style>
border-color css
<style>
span { border-color: #A0886B; }
span { border-color: rgb(160,136,107); }
td.TdClassName
{
border-color: #A0886B;
}
.TagClassName
{
border-color: #A0886B;
}
</style>