Shades of Sandal #A28470
Tints of Sandal #A28470
RGB
CMYK
RGB Variations
Color information
#A28470 (or 0xA28470) is known color: Sandal. HEX triplet: A2, 84 and 70. RGB value is (162,132,112). Sum of RGB (Red+Green+Blue) = 162+132+112=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 162 - color contains mainly: red. Hex color #A28470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28470 is #5D7B8F. Grayscale: #8A8A8A. Windows color (decimal): -6126480 or 7373986. OLE color: 7373986.
HSL color Cylindrical-coordinate representation of color #A28470: hue angle of 24º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A28470 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 132 | 112 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.36 |
| HSL | 24º | 0.21% | 0.54% | - |
| HSV(B) | 24º | 0.31% | 0.64% | - |
| XYZ | 26.08 | 25.35 | 18.85 | - |
| YUV | 138.69 | 112.94 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 132 | 112 | 0 | 0.19 | 0.31 | 0.36 | 24 | 0.21 | 0.54 |
| Hex | A2 | 84 | 70 | 0 | 13 | 1F | 24 | 18 | 15 | 36 |
| Octal | 242 | 204 | 160 | 0 | 23 | 37 | 44 | 30 | 25 | 66 |
| Binary | 10100010 | 10000100 | 1110000 | 0 | 10011 | 11111 | 100100 | 11000 | 10101 | 110110 |
Color Harmonies of #A28470
Complementary color
Monochromatic Colors of #A28470
Black with #A28470
Text Example
Text Example
White with #A28470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28470; }
p { color: rgb(162,132,112); }
H1.HeaderClassName
{
color: #A28470;
}
.AnyTagClassName
{
color: #A28470;
}
</style>
background-color css
<style>
a { background-color: #A28470; }
a { background-color: rgb(162,132,112); }
div.DivClassName
{
background-color: #A28470;
}
.BgClassName
{
background-color: #A28470;
}
</style>
border-color css
<style>
span { border-color: #A28470; }
span { border-color: rgb(162,132,112); }
td.TdClassName
{
border-color: #A28470;
}
.TagClassName
{
border-color: #A28470;
}
</style>