Shades of Sandal #A2876B
Tints of Sandal #A2876B
RGB
CMYK
RGB Variations
Color information
#A2876B (or 0xA2876B) is known color: Sandal. HEX triplet: A2, 87 and 6B. RGB value is (162,135,107). Sum of RGB (Red+Green+Blue) = 162+135+107=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 162 - color contains mainly: red. Hex color #A2876B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2876B is #5D7894. Grayscale: #8C8C8C. Windows color (decimal): -6125717 or 7047074. OLE color: 7047074.
HSL color Cylindrical-coordinate representation of color #A2876B: hue angle of 30.55º 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 #A2876B is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 135 | 107 | - |
| CMYK | 0 | 0.17 | 0.34 | 0.36 |
| HSL | 30.55º | 0.23% | 0.53% | - |
| HSV(B) | 30.55º | 0.34% | 0.64% | - |
| XYZ | 26.22 | 26.07 | 17.56 | - |
| YUV | 139.88 | 109.45 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 135 | 107 | 0 | 0.17 | 0.34 | 0.36 | 30.55 | 0.23 | 0.53 |
| Hex | A2 | 87 | 6B | 0 | 11 | 22 | 24 | 1F | 17 | 35 |
| Octal | 242 | 207 | 153 | 0 | 21 | 42 | 44 | 37 | 27 | 65 |
| Binary | 10100010 | 10000111 | 1101011 | 0 | 10001 | 100010 | 100100 | 11111 | 10111 | 110101 |
Color Harmonies of #A2876B
Complementary color
Monochromatic Colors of #A2876B
Black with #A2876B
Text Example
Text Example
White with #A2876B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2876B; }
p { color: rgb(162,135,107); }
H1.HeaderClassName
{
color: #A2876B;
}
.AnyTagClassName
{
color: #A2876B;
}
</style>
background-color css
<style>
a { background-color: #A2876B; }
a { background-color: rgb(162,135,107); }
div.DivClassName
{
background-color: #A2876B;
}
.BgClassName
{
background-color: #A2876B;
}
</style>
border-color css
<style>
span { border-color: #A2876B; }
span { border-color: rgb(162,135,107); }
td.TdClassName
{
border-color: #A2876B;
}
.TagClassName
{
border-color: #A2876B;
}
</style>