Shades of Sandal #A2876D
Tints of Sandal #A2876D
RGB
CMYK
RGB Variations
Color information
#A2876D (or 0xA2876D) is known color: Sandal. HEX triplet: A2, 87 and 6D. RGB value is (162,135,109). Sum of RGB (Red+Green+Blue) = 162+135+109=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 135 (53.12% from 255 or 33.25% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 162 - color contains mainly: red. Hex color #A2876D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2876D is #5D7892. Grayscale: #8C8C8C. Windows color (decimal): -6125715 or 7178146. OLE color: 7178146.
HSL color Cylindrical-coordinate representation of color #A2876D: hue angle of 29.43º 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 #A2876D is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 135 | 109 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.36 |
| HSL | 29.43º | 0.22% | 0.53% | - |
| HSV(B) | 29.43º | 0.33% | 0.64% | - |
| XYZ | 26.32 | 26.11 | 18.12 | - |
| YUV | 140.11 | 110.45 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 135 | 109 | 0 | 0.17 | 0.33 | 0.36 | 29.43 | 0.22 | 0.53 |
| Hex | A2 | 87 | 6D | 0 | 11 | 21 | 24 | 1D | 16 | 35 |
| Octal | 242 | 207 | 155 | 0 | 21 | 41 | 44 | 35 | 26 | 65 |
| Binary | 10100010 | 10000111 | 1101101 | 0 | 10001 | 100001 | 100100 | 11101 | 10110 | 110101 |
Color Harmonies of #A2876D
Complementary color
Monochromatic Colors of #A2876D
Black with #A2876D
Text Example
Text Example
White with #A2876D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2876D; }
p { color: rgb(162,135,109); }
H1.HeaderClassName
{
color: #A2876D;
}
.AnyTagClassName
{
color: #A2876D;
}
</style>
background-color css
<style>
a { background-color: #A2876D; }
a { background-color: rgb(162,135,109); }
div.DivClassName
{
background-color: #A2876D;
}
.BgClassName
{
background-color: #A2876D;
}
</style>
border-color css
<style>
span { border-color: #A2876D; }
span { border-color: rgb(162,135,109); }
td.TdClassName
{
border-color: #A2876D;
}
.TagClassName
{
border-color: #A2876D;
}
</style>