Shades of Sandal #A3886D
Tints of Sandal #A3886D
RGB
CMYK
RGB Variations
Color information
#A3886D (or 0xA3886D) is known color: Sandal. HEX triplet: A3, 88 and 6D. RGB value is (163,136,109). Sum of RGB (Red+Green+Blue) = 163+136+109=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 163 - color contains mainly: red. Hex color #A3886D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3886D is #5C7792. Grayscale: #8D8D8D. Windows color (decimal): -6059923 or 7178403. OLE color: 7178403.
HSL color Cylindrical-coordinate representation of color #A3886D: hue angle of 30º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3886D is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 136 | 109 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.36 |
| HSL | 30º | 0.23% | 0.53% | - |
| HSV(B) | 30º | 0.33% | 0.64% | - |
| XYZ | 26.67 | 26.5 | 18.18 | - |
| YUV | 141 | 109.95 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 136 | 109 | 0 | 0.17 | 0.33 | 0.36 | 30 | 0.23 | 0.53 |
| Hex | A3 | 88 | 6D | 0 | 11 | 21 | 24 | 1E | 17 | 35 |
| Octal | 243 | 210 | 155 | 0 | 21 | 41 | 44 | 36 | 27 | 65 |
| Binary | 10100011 | 10001000 | 1101101 | 0 | 10001 | 100001 | 100100 | 11110 | 10111 | 110101 |
Color Harmonies of #A3886D
Complementary color
Monochromatic Colors of #A3886D
Black with #A3886D
Text Example
Text Example
White with #A3886D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3886D; }
p { color: rgb(163,136,109); }
H1.HeaderClassName
{
color: #A3886D;
}
.AnyTagClassName
{
color: #A3886D;
}
</style>
background-color css
<style>
a { background-color: #A3886D; }
a { background-color: rgb(163,136,109); }
div.DivClassName
{
background-color: #A3886D;
}
.BgClassName
{
background-color: #A3886D;
}
</style>
border-color css
<style>
span { border-color: #A3886D; }
span { border-color: rgb(163,136,109); }
td.TdClassName
{
border-color: #A3886D;
}
.TagClassName
{
border-color: #A3886D;
}
</style>