Shades of Sandal #A68969
Tints of Sandal #A68969
RGB
CMYK
RGB Variations
Color information
#A68969 (or 0xA68969) is known color: Sandal. HEX triplet: A6, 89 and 69. RGB value is (166,137,105). Sum of RGB (Red+Green+Blue) = 166+137+105=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 105 (41.41% from 255 or 25.74% from 408); Max value from RGB is 166 - color contains mainly: red. Hex color #A68969 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68969 is #597696. Grayscale: #8E8E8E. Windows color (decimal): -5863063 or 6916518. OLE color: 6916518.
HSL color Cylindrical-coordinate representation of color #A68969: hue angle of 31.48º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A68969 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 137 | 105 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.35 |
| HSL | 31.48º | 0.26% | 0.53% | - |
| HSV(B) | 31.48º | 0.37% | 0.65% | - |
| XYZ | 27.22 | 27.02 | 17.14 | - |
| YUV | 142.02 | 107.11 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 137 | 105 | 0 | 0.17 | 0.37 | 0.35 | 31.48 | 0.26 | 0.53 |
| Hex | A6 | 89 | 69 | 0 | 11 | 25 | 23 | 1F | 1A | 35 |
| Octal | 246 | 211 | 151 | 0 | 21 | 45 | 43 | 37 | 32 | 65 |
| Binary | 10100110 | 10001001 | 1101001 | 0 | 10001 | 100101 | 100011 | 11111 | 11010 | 110101 |
Color Harmonies of #A68969
Complementary color
Monochromatic Colors of #A68969
Black with #A68969
Text Example
Text Example
White with #A68969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68969; }
p { color: rgb(166,137,105); }
H1.HeaderClassName
{
color: #A68969;
}
.AnyTagClassName
{
color: #A68969;
}
</style>
background-color css
<style>
a { background-color: #A68969; }
a { background-color: rgb(166,137,105); }
div.DivClassName
{
background-color: #A68969;
}
.BgClassName
{
background-color: #A68969;
}
</style>
border-color css
<style>
span { border-color: #A68969; }
span { border-color: rgb(166,137,105); }
td.TdClassName
{
border-color: #A68969;
}
.TagClassName
{
border-color: #A68969;
}
</style>