Shades of Sandal #A28568
Tints of Sandal #A28568
RGB
CMYK
RGB Variations
Color information
#A28568 (or 0xA28568) is known color: Sandal. HEX triplet: A2, 85 and 68. RGB value is (162,133,104). Sum of RGB (Red+Green+Blue) = 162+133+104=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 162 - color contains mainly: red. Hex color #A28568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28568 is #5D7A97. Grayscale: #8A8A8A. Windows color (decimal): -6126232 or 6849954. OLE color: 6849954.
HSL color Cylindrical-coordinate representation of color #A28568: hue angle of 30º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A28568 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 133 | 104 | - |
| CMYK | 0 | 0.18 | 0.36 | 0.36 |
| HSL | 30º | 0.24% | 0.52% | - |
| HSV(B) | 30º | 0.36% | 0.64% | - |
| XYZ | 25.79 | 25.46 | 16.65 | - |
| YUV | 138.37 | 108.61 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 133 | 104 | 0 | 0.18 | 0.36 | 0.36 | 30 | 0.24 | 0.52 |
| Hex | A2 | 85 | 68 | 0 | 12 | 24 | 24 | 1E | 18 | 34 |
| Octal | 242 | 205 | 150 | 0 | 22 | 44 | 44 | 36 | 30 | 64 |
| Binary | 10100010 | 10000101 | 1101000 | 0 | 10010 | 100100 | 100100 | 11110 | 11000 | 110100 |
Color Harmonies of #A28568
Complementary color
Monochromatic Colors of #A28568
Black with #A28568
Text Example
Text Example
White with #A28568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28568; }
p { color: rgb(162,133,104); }
H1.HeaderClassName
{
color: #A28568;
}
.AnyTagClassName
{
color: #A28568;
}
</style>
background-color css
<style>
a { background-color: #A28568; }
a { background-color: rgb(162,133,104); }
div.DivClassName
{
background-color: #A28568;
}
.BgClassName
{
background-color: #A28568;
}
</style>
border-color css
<style>
span { border-color: #A28568; }
span { border-color: rgb(162,133,104); }
td.TdClassName
{
border-color: #A28568;
}
.TagClassName
{
border-color: #A28568;
}
</style>