Shades of Sandal #A2846A
Tints of Sandal #A2846A
RGB
CMYK
RGB Variations
Color information
#A2846A (or 0xA2846A) is known color: Sandal. HEX triplet: A2, 84 and 6A. RGB value is (162,132,106). Sum of RGB (Red+Green+Blue) = 162+132+106=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 106 (41.80% from 255 or 26.5% from 400); Max value from RGB is 162 - color contains mainly: red. Hex color #A2846A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2846A is #5D7B95. Grayscale: #8A8A8A. Windows color (decimal): -6126486 or 6980770. OLE color: 6980770.
HSL color Cylindrical-coordinate representation of color #A2846A: hue angle of 27.86º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2846A is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 132 | 106 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.36 |
| HSL | 27.86º | 0.23% | 0.53% | - |
| HSV(B) | 27.86º | 0.35% | 0.64% | - |
| XYZ | 25.75 | 25.22 | 17.15 | - |
| YUV | 138.01 | 109.94 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 132 | 106 | 0 | 0.19 | 0.35 | 0.36 | 27.86 | 0.23 | 0.53 |
| Hex | A2 | 84 | 6A | 0 | 13 | 23 | 24 | 1C | 17 | 35 |
| Octal | 242 | 204 | 152 | 0 | 23 | 43 | 44 | 34 | 27 | 65 |
| Binary | 10100010 | 10000100 | 1101010 | 0 | 10011 | 100011 | 100100 | 11100 | 10111 | 110101 |
Color Harmonies of #A2846A
Complementary color
Monochromatic Colors of #A2846A
Black with #A2846A
Text Example
Text Example
White with #A2846A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2846A; }
p { color: rgb(162,132,106); }
H1.HeaderClassName
{
color: #A2846A;
}
.AnyTagClassName
{
color: #A2846A;
}
</style>
background-color css
<style>
a { background-color: #A2846A; }
a { background-color: rgb(162,132,106); }
div.DivClassName
{
background-color: #A2846A;
}
.BgClassName
{
background-color: #A2846A;
}
</style>
border-color css
<style>
span { border-color: #A2846A; }
span { border-color: rgb(162,132,106); }
td.TdClassName
{
border-color: #A2846A;
}
.TagClassName
{
border-color: #A2846A;
}
</style>