Shades of Sandal #A28963
Tints of Sandal #A28963
RGB
CMYK
RGB Variations
Color information
#A28963 (or 0xA28963) is known color: Sandal. HEX triplet: A2, 89 and 63. RGB value is (162,137,99). Sum of RGB (Red+Green+Blue) = 162+137+99=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 99 (39.06% from 255 or 24.87% from 398); Max value from RGB is 162 - color contains mainly: red. Hex color #A28963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28963 is #5D769C. Grayscale: #8C8C8C. Windows color (decimal): -6125213 or 6523298. OLE color: 6523298.
HSL color Cylindrical-coordinate representation of color #A28963: hue angle of 36.19º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A28963 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 137 | 99 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.36 |
| HSL | 36.19º | 0.25% | 0.51% | - |
| HSV(B) | 36.19º | 0.39% | 0.64% | - |
| XYZ | 26.1 | 26.47 | 15.54 | - |
| YUV | 140.14 | 104.78 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 137 | 99 | 0 | 0.15 | 0.39 | 0.36 | 36.19 | 0.25 | 0.51 |
| Hex | A2 | 89 | 63 | 0 | F | 27 | 24 | 24 | 19 | 33 |
| Octal | 242 | 211 | 143 | 0 | 17 | 47 | 44 | 44 | 31 | 63 |
| Binary | 10100010 | 10001001 | 1100011 | 0 | 1111 | 100111 | 100100 | 100100 | 11001 | 110011 |
Color Harmonies of #A28963
Complementary color
Monochromatic Colors of #A28963
Black with #A28963
Text Example
Text Example
White with #A28963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28963; }
p { color: rgb(162,137,99); }
H1.HeaderClassName
{
color: #A28963;
}
.AnyTagClassName
{
color: #A28963;
}
</style>
background-color css
<style>
a { background-color: #A28963; }
a { background-color: rgb(162,137,99); }
div.DivClassName
{
background-color: #A28963;
}
.BgClassName
{
background-color: #A28963;
}
</style>
border-color css
<style>
span { border-color: #A28963; }
span { border-color: rgb(162,137,99); }
td.TdClassName
{
border-color: #A28963;
}
.TagClassName
{
border-color: #A28963;
}
</style>