Shades of Sandal #A9886B
Tints of Sandal #A9886B
RGB
CMYK
RGB Variations
Color information
#A9886B (or 0xA9886B) is known color: Sandal. HEX triplet: A9, 88 and 6B. RGB value is (169,136,107). Sum of RGB (Red+Green+Blue) = 169+136+107=412 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.02% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 107 (42.19% from 255 or 25.97% from 412); Max value from RGB is 169 - color contains mainly: red. Hex color #A9886B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9886B is #567794. Grayscale: #8E8E8E. Windows color (decimal): -5666709 or 7047337. OLE color: 7047337.
HSL color Cylindrical-coordinate representation of color #A9886B: hue angle of 28.06º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A9886B is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 136 | 107 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.34 |
| HSL | 28.06º | 0.26% | 0.54% | - |
| HSV(B) | 28.06º | 0.37% | 0.66% | - |
| XYZ | 27.82 | 27.1 | 17.68 | - |
| YUV | 142.56 | 107.93 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 136 | 107 | 0 | 0.20 | 0.37 | 0.34 | 28.06 | 0.26 | 0.54 |
| Hex | A9 | 88 | 6B | 0 | 14 | 25 | 22 | 1C | 1A | 36 |
| Octal | 251 | 210 | 153 | 0 | 24 | 45 | 42 | 34 | 32 | 66 |
| Binary | 10101001 | 10001000 | 1101011 | 0 | 10100 | 100101 | 100010 | 11100 | 11010 | 110110 |
Color Harmonies of #A9886B
Complementary color
Monochromatic Colors of #A9886B
Black with #A9886B
Text Example
Text Example
White with #A9886B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9886B; }
p { color: rgb(169,136,107); }
H1.HeaderClassName
{
color: #A9886B;
}
.AnyTagClassName
{
color: #A9886B;
}
</style>
background-color css
<style>
a { background-color: #A9886B; }
a { background-color: rgb(169,136,107); }
div.DivClassName
{
background-color: #A9886B;
}
.BgClassName
{
background-color: #A9886B;
}
</style>
border-color css
<style>
span { border-color: #A9886B; }
span { border-color: rgb(169,136,107); }
td.TdClassName
{
border-color: #A9886B;
}
.TagClassName
{
border-color: #A9886B;
}
</style>