Shades of Sandal #A2866B
Tints of Sandal #A2866B
RGB
CMYK
RGB Variations
Color information
#A2866B (or 0xA2866B) is known color: Sandal. HEX triplet: A2, 86 and 6B. RGB value is (162,134,107). Sum of RGB (Red+Green+Blue) = 162+134+107=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 107 (42.19% from 255 or 26.55% from 403); Max value from RGB is 162 - color contains mainly: red. Hex color #A2866B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2866B is #5D7994. Grayscale: #8B8B8B. Windows color (decimal): -6125973 or 7046818. OLE color: 7046818.
HSL color Cylindrical-coordinate representation of color #A2866B: hue angle of 29.45º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2866B is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 134 | 107 | - |
| CMYK | 0 | 0.17 | 0.34 | 0.36 |
| HSL | 29.45º | 0.23% | 0.53% | - |
| HSV(B) | 29.45º | 0.34% | 0.64% | - |
| XYZ | 26.08 | 25.79 | 17.51 | - |
| YUV | 139.29 | 109.78 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 134 | 107 | 0 | 0.17 | 0.34 | 0.36 | 29.45 | 0.23 | 0.53 |
| Hex | A2 | 86 | 6B | 0 | 11 | 22 | 24 | 1D | 17 | 35 |
| Octal | 242 | 206 | 153 | 0 | 21 | 42 | 44 | 35 | 27 | 65 |
| Binary | 10100010 | 10000110 | 1101011 | 0 | 10001 | 100010 | 100100 | 11101 | 10111 | 110101 |
Color Harmonies of #A2866B
Complementary color
Monochromatic Colors of #A2866B
Black with #A2866B
Text Example
Text Example
White with #A2866B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2866B; }
p { color: rgb(162,134,107); }
H1.HeaderClassName
{
color: #A2866B;
}
.AnyTagClassName
{
color: #A2866B;
}
</style>
background-color css
<style>
a { background-color: #A2866B; }
a { background-color: rgb(162,134,107); }
div.DivClassName
{
background-color: #A2866B;
}
.BgClassName
{
background-color: #A2866B;
}
</style>
border-color css
<style>
span { border-color: #A2866B; }
span { border-color: rgb(162,134,107); }
td.TdClassName
{
border-color: #A2866B;
}
.TagClassName
{
border-color: #A2866B;
}
</style>