Shades of Sandal #A28B68
Tints of Sandal #A28B68
RGB
CMYK
RGB Variations
Color information
#A28B68 (or 0xA28B68) is known color: Sandal. HEX triplet: A2, 8B and 68. RGB value is (162,139,104). Sum of RGB (Red+Green+Blue) = 162+139+104=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 139 (54.69% from 255 or 34.32% from 405); Blue value is 104 (41.02% from 255 or 25.68% from 405); Max value from RGB is 162 - color contains mainly: red. Hex color #A28B68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28B68 is #5D7497. Grayscale: #8E8E8E. Windows color (decimal): -6124696 or 6851490. OLE color: 6851490.
HSL color Cylindrical-coordinate representation of color #A28B68: hue angle of 36.21º 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 #A28B68 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 139 | 104 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.36 |
| HSL | 36.21º | 0.24% | 0.52% | - |
| HSV(B) | 36.21º | 0.36% | 0.64% | - |
| XYZ | 26.63 | 27.15 | 16.93 | - |
| YUV | 141.89 | 106.62 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 139 | 104 | 0 | 0.14 | 0.36 | 0.36 | 36.21 | 0.24 | 0.52 |
| Hex | A2 | 8B | 68 | 0 | E | 24 | 24 | 24 | 18 | 34 |
| Octal | 242 | 213 | 150 | 0 | 16 | 44 | 44 | 44 | 30 | 64 |
| Binary | 10100010 | 10001011 | 1101000 | 0 | 1110 | 100100 | 100100 | 100100 | 11000 | 110100 |
Color Harmonies of #A28B68
Complementary color
Monochromatic Colors of #A28B68
Black with #A28B68
Text Example
Text Example
White with #A28B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28B68; }
p { color: rgb(162,139,104); }
H1.HeaderClassName
{
color: #A28B68;
}
.AnyTagClassName
{
color: #A28B68;
}
</style>
background-color css
<style>
a { background-color: #A28B68; }
a { background-color: rgb(162,139,104); }
div.DivClassName
{
background-color: #A28B68;
}
.BgClassName
{
background-color: #A28B68;
}
</style>
border-color css
<style>
span { border-color: #A28B68; }
span { border-color: rgb(162,139,104); }
td.TdClassName
{
border-color: #A28B68;
}
.TagClassName
{
border-color: #A28B68;
}
</style>