Shades of Sandal #A4886C
Tints of Sandal #A4886C
RGB
CMYK
RGB Variations
Color information
#A4886C (or 0xA4886C) is known color: Sandal. HEX triplet: A4, 88 and 6C. RGB value is (164,136,108). Sum of RGB (Red+Green+Blue) = 164+136+108=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 164 - color contains mainly: red. Hex color #A4886C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4886C is #5B7793. Grayscale: #8D8D8D. Windows color (decimal): -5994388 or 7112868. OLE color: 7112868.
HSL color Cylindrical-coordinate representation of color #A4886C: hue angle of 30º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4886C is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 136 | 108 | - |
| CMYK | 0 | 0.17 | 0.34 | 0.36 |
| HSL | 30º | 0.24% | 0.53% | - |
| HSV(B) | 30º | 0.34% | 0.64% | - |
| XYZ | 26.82 | 26.58 | 17.9 | - |
| YUV | 141.18 | 109.28 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 136 | 108 | 0 | 0.17 | 0.34 | 0.36 | 30 | 0.24 | 0.53 |
| Hex | A4 | 88 | 6C | 0 | 11 | 22 | 24 | 1E | 18 | 35 |
| Octal | 244 | 210 | 154 | 0 | 21 | 42 | 44 | 36 | 30 | 65 |
| Binary | 10100100 | 10001000 | 1101100 | 0 | 10001 | 100010 | 100100 | 11110 | 11000 | 110101 |
Color Harmonies of #A4886C
Complementary color
Monochromatic Colors of #A4886C
Black with #A4886C
Text Example
Text Example
White with #A4886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4886C; }
p { color: rgb(164,136,108); }
H1.HeaderClassName
{
color: #A4886C;
}
.AnyTagClassName
{
color: #A4886C;
}
</style>
background-color css
<style>
a { background-color: #A4886C; }
a { background-color: rgb(164,136,108); }
div.DivClassName
{
background-color: #A4886C;
}
.BgClassName
{
background-color: #A4886C;
}
</style>
border-color css
<style>
span { border-color: #A4886C; }
span { border-color: rgb(164,136,108); }
td.TdClassName
{
border-color: #A4886C;
}
.TagClassName
{
border-color: #A4886C;
}
</style>