Shades of Sandal #AB8766
Tints of Sandal #AB8766
RGB
CMYK
RGB Variations
Color information
#AB8766 (or 0xAB8766) is known color: Sandal. HEX triplet: AB, 87 and 66. RGB value is (171,135,102). Sum of RGB (Red+Green+Blue) = 171+135+102=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 135 (53.12% from 255 or 33.09% from 408); Blue value is 102 (40.23% from 255 or 25% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8766 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8766 is #547899. Grayscale: #8E8E8E. Windows color (decimal): -5535898 or 6719403. OLE color: 6719403.
HSL color Cylindrical-coordinate representation of color #AB8766: hue angle of 28.7º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB8766 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 135 | 102 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.33 |
| HSL | 28.7º | 0.29% | 0.54% | - |
| HSV(B) | 28.7º | 0.4% | 0.67% | - |
| XYZ | 27.86 | 26.95 | 16.3 | - |
| YUV | 142 | 105.43 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 135 | 102 | 0 | 0.21 | 0.40 | 0.33 | 28.7 | 0.29 | 0.54 |
| Hex | AB | 87 | 66 | 0 | 15 | 28 | 21 | 1D | 1D | 36 |
| Octal | 253 | 207 | 146 | 0 | 25 | 50 | 41 | 35 | 35 | 66 |
| Binary | 10101011 | 10000111 | 1100110 | 0 | 10101 | 101000 | 100001 | 11101 | 11101 | 110110 |
Color Harmonies of #AB8766
Complementary color
Monochromatic Colors of #AB8766
Black with #AB8766
Text Example
Text Example
White with #AB8766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8766; }
p { color: rgb(171,135,102); }
H1.HeaderClassName
{
color: #AB8766;
}
.AnyTagClassName
{
color: #AB8766;
}
</style>
background-color css
<style>
a { background-color: #AB8766; }
a { background-color: rgb(171,135,102); }
div.DivClassName
{
background-color: #AB8766;
}
.BgClassName
{
background-color: #AB8766;
}
</style>
border-color css
<style>
span { border-color: #AB8766; }
span { border-color: rgb(171,135,102); }
td.TdClassName
{
border-color: #AB8766;
}
.TagClassName
{
border-color: #AB8766;
}
</style>