Shades of Sandal #A08268
Tints of Sandal #A08268
RGB
CMYK
RGB Variations
Color information
#A08268 (or 0xA08268) is known color: Sandal. HEX triplet: A0, 82 and 68. RGB value is (160,130,104). Sum of RGB (Red+Green+Blue) = 160+130+104=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 160 - color contains mainly: red. Hex color #A08268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08268 is #5F7D97. Grayscale: #888888. Windows color (decimal): -6258072 or 6849184. OLE color: 6849184.
HSL color Cylindrical-coordinate representation of color #A08268: hue angle of 27.86º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A08268 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 130 | 104 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.37 |
| HSL | 27.86º | 0.23% | 0.52% | - |
| HSV(B) | 27.86º | 0.35% | 0.63% | - |
| XYZ | 24.98 | 24.44 | 16.5 | - |
| YUV | 136.01 | 109.94 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 130 | 104 | 0 | 0.19 | 0.35 | 0.37 | 27.86 | 0.23 | 0.52 |
| Hex | A0 | 82 | 68 | 0 | 13 | 23 | 25 | 1C | 17 | 34 |
| Octal | 240 | 202 | 150 | 0 | 23 | 43 | 45 | 34 | 27 | 64 |
| Binary | 10100000 | 10000010 | 1101000 | 0 | 10011 | 100011 | 100101 | 11100 | 10111 | 110100 |
Color Harmonies of #A08268
Complementary color
Monochromatic Colors of #A08268
Black with #A08268
Text Example
Text Example
White with #A08268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08268; }
p { color: rgb(160,130,104); }
H1.HeaderClassName
{
color: #A08268;
}
.AnyTagClassName
{
color: #A08268;
}
</style>
background-color css
<style>
a { background-color: #A08268; }
a { background-color: rgb(160,130,104); }
div.DivClassName
{
background-color: #A08268;
}
.BgClassName
{
background-color: #A08268;
}
</style>
border-color css
<style>
span { border-color: #A08268; }
span { border-color: rgb(160,130,104); }
td.TdClassName
{
border-color: #A08268;
}
.TagClassName
{
border-color: #A08268;
}
</style>