Shades of Sandal #A28564
Tints of Sandal #A28564
RGB
CMYK
RGB Variations
Color information
#A28564 (or 0xA28564) is known color: Sandal. HEX triplet: A2, 85 and 64. RGB value is (162,133,100). Sum of RGB (Red+Green+Blue) = 162+133+100=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 162 - color contains mainly: red. Hex color #A28564 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28564 is #5D7A9B. Grayscale: #8A8A8A. Windows color (decimal): -6126236 or 6587810. OLE color: 6587810.
HSL color Cylindrical-coordinate representation of color #A28564: hue angle of 31.94º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A28564 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 133 | 100 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.36 |
| HSL | 31.94º | 0.25% | 0.51% | - |
| HSV(B) | 31.94º | 0.38% | 0.64% | - |
| XYZ | 25.59 | 25.38 | 15.61 | - |
| YUV | 137.91 | 106.61 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 133 | 100 | 0 | 0.18 | 0.38 | 0.36 | 31.94 | 0.25 | 0.51 |
| Hex | A2 | 85 | 64 | 0 | 12 | 26 | 24 | 20 | 19 | 33 |
| Octal | 242 | 205 | 144 | 0 | 22 | 46 | 44 | 40 | 31 | 63 |
| Binary | 10100010 | 10000101 | 1100100 | 0 | 10010 | 100110 | 100100 | 100000 | 11001 | 110011 |
Color Harmonies of #A28564
Complementary color
Monochromatic Colors of #A28564
Black with #A28564
Text Example
Text Example
White with #A28564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28564; }
p { color: rgb(162,133,100); }
H1.HeaderClassName
{
color: #A28564;
}
.AnyTagClassName
{
color: #A28564;
}
</style>
background-color css
<style>
a { background-color: #A28564; }
a { background-color: rgb(162,133,100); }
div.DivClassName
{
background-color: #A28564;
}
.BgClassName
{
background-color: #A28564;
}
</style>
border-color css
<style>
span { border-color: #A28564; }
span { border-color: rgb(162,133,100); }
td.TdClassName
{
border-color: #A28564;
}
.TagClassName
{
border-color: #A28564;
}
</style>