Shades of Sandal #A2886C
Tints of Sandal #A2886C
RGB
CMYK
RGB Variations
Color information
#A2886C (or 0xA2886C) is known color: Sandal. HEX triplet: A2, 88 and 6C. RGB value is (162,136,108). Sum of RGB (Red+Green+Blue) = 162+136+108=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 162 - color contains mainly: red. Hex color #A2886C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2886C is #5D7793. Grayscale: #8C8C8C. Windows color (decimal): -6125460 or 7112866. OLE color: 7112866.
HSL color Cylindrical-coordinate representation of color #A2886C: hue angle of 31.11º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2886C is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 136 | 108 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.36 |
| HSL | 31.11º | 0.23% | 0.53% | - |
| HSV(B) | 31.11º | 0.33% | 0.64% | - |
| XYZ | 26.41 | 26.37 | 17.89 | - |
| YUV | 140.58 | 109.61 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 136 | 108 | 0 | 0.16 | 0.33 | 0.36 | 31.11 | 0.23 | 0.53 |
| Hex | A2 | 88 | 6C | 0 | 10 | 21 | 24 | 1F | 16 | 35 |
| Octal | 242 | 210 | 154 | 0 | 20 | 41 | 44 | 37 | 26 | 65 |
| Binary | 10100010 | 10001000 | 1101100 | 0 | 10000 | 100001 | 100100 | 11111 | 10110 | 110101 |
Color Harmonies of #A2886C
Complementary color
Monochromatic Colors of #A2886C
Black with #A2886C
Text Example
Text Example
White with #A2886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2886C; }
p { color: rgb(162,136,108); }
H1.HeaderClassName
{
color: #A2886C;
}
.AnyTagClassName
{
color: #A2886C;
}
</style>
background-color css
<style>
a { background-color: #A2886C; }
a { background-color: rgb(162,136,108); }
div.DivClassName
{
background-color: #A2886C;
}
.BgClassName
{
background-color: #A2886C;
}
</style>
border-color css
<style>
span { border-color: #A2886C; }
span { border-color: rgb(162,136,108); }
td.TdClassName
{
border-color: #A2886C;
}
.TagClassName
{
border-color: #A2886C;
}
</style>