Shades of Sandal #A2836C
Tints of Sandal #A2836C
RGB
CMYK
RGB Variations
Color information
#A2836C (or 0xA2836C) is known color: Sandal. HEX triplet: A2, 83 and 6C. RGB value is (162,131,108). Sum of RGB (Red+Green+Blue) = 162+131+108=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 162 - color contains mainly: red. Hex color #A2836C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2836C is #5D7C93. Grayscale: #898989. Windows color (decimal): -6126740 or 7111586. OLE color: 7111586.
HSL color Cylindrical-coordinate representation of color #A2836C: hue angle of 25.56º 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 #A2836C is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 131 | 108 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.36 |
| HSL | 25.56º | 0.23% | 0.53% | - |
| HSV(B) | 25.56º | 0.33% | 0.64% | - |
| XYZ | 25.72 | 25 | 17.66 | - |
| YUV | 137.65 | 111.27 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 131 | 108 | 0 | 0.19 | 0.33 | 0.36 | 25.56 | 0.23 | 0.53 |
| Hex | A2 | 83 | 6C | 0 | 13 | 21 | 24 | 1A | 16 | 35 |
| Octal | 242 | 203 | 154 | 0 | 23 | 41 | 44 | 32 | 26 | 65 |
| Binary | 10100010 | 10000011 | 1101100 | 0 | 10011 | 100001 | 100100 | 11010 | 10110 | 110101 |
Color Harmonies of #A2836C
Complementary color
Monochromatic Colors of #A2836C
Black with #A2836C
Text Example
Text Example
White with #A2836C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2836C; }
p { color: rgb(162,131,108); }
H1.HeaderClassName
{
color: #A2836C;
}
.AnyTagClassName
{
color: #A2836C;
}
</style>
background-color css
<style>
a { background-color: #A2836C; }
a { background-color: rgb(162,131,108); }
div.DivClassName
{
background-color: #A2836C;
}
.BgClassName
{
background-color: #A2836C;
}
</style>
border-color css
<style>
span { border-color: #A2836C; }
span { border-color: rgb(162,131,108); }
td.TdClassName
{
border-color: #A2836C;
}
.TagClassName
{
border-color: #A2836C;
}
</style>