Shades of Sandal #A88A67
Tints of Sandal #A88A67
RGB
CMYK
RGB Variations
Color information
#A88A67 (or 0xA88A67) is known color: Sandal. HEX triplet: A8, 8A and 67. RGB value is (168,138,103). Sum of RGB (Red+Green+Blue) = 168+138+103=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 103 (40.62% from 255 or 25.18% from 409); Max value from RGB is 168 - color contains mainly: red. Hex color #A88A67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88A67 is #577598. Grayscale: #8F8F8F. Windows color (decimal): -5731737 or 6785704. OLE color: 6785704.
HSL color Cylindrical-coordinate representation of color #A88A67: hue angle of 32.31º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A88A67 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 138 | 103 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.34 |
| HSL | 32.31º | 0.27% | 0.53% | - |
| HSV(B) | 32.31º | 0.39% | 0.66% | - |
| XYZ | 27.69 | 27.48 | 16.68 | - |
| YUV | 142.98 | 105.44 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 138 | 103 | 0 | 0.18 | 0.39 | 0.34 | 32.31 | 0.27 | 0.53 |
| Hex | A8 | 8A | 67 | 0 | 12 | 27 | 22 | 20 | 1B | 35 |
| Octal | 250 | 212 | 147 | 0 | 22 | 47 | 42 | 40 | 33 | 65 |
| Binary | 10101000 | 10001010 | 1100111 | 0 | 10010 | 100111 | 100010 | 100000 | 11011 | 110101 |
Color Harmonies of #A88A67
Complementary color
Monochromatic Colors of #A88A67
Black with #A88A67
Text Example
Text Example
White with #A88A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88A67; }
p { color: rgb(168,138,103); }
H1.HeaderClassName
{
color: #A88A67;
}
.AnyTagClassName
{
color: #A88A67;
}
</style>
background-color css
<style>
a { background-color: #A88A67; }
a { background-color: rgb(168,138,103); }
div.DivClassName
{
background-color: #A88A67;
}
.BgClassName
{
background-color: #A88A67;
}
</style>
border-color css
<style>
span { border-color: #A88A67; }
span { border-color: rgb(168,138,103); }
td.TdClassName
{
border-color: #A88A67;
}
.TagClassName
{
border-color: #A88A67;
}
</style>