Shades of Sandal #A78669
Tints of Sandal #A78669
RGB
CMYK
RGB Variations
Color information
#A78669 (or 0xA78669) is known color: Sandal. HEX triplet: A7, 86 and 69. RGB value is (167,134,105). Sum of RGB (Red+Green+Blue) = 167+134+105=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 105 (41.41% from 255 or 25.86% from 406); Max value from RGB is 167 - color contains mainly: red. Hex color #A78669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78669 is #587996. Grayscale: #8C8C8C. Windows color (decimal): -5798295 or 6915751. OLE color: 6915751.
HSL color Cylindrical-coordinate representation of color #A78669: hue angle of 28.06º 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 #A78669 is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 134 | 105 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.35 |
| HSL | 28.06º | 0.26% | 0.53% | - |
| HSV(B) | 28.06º | 0.37% | 0.65% | - |
| XYZ | 27.01 | 26.29 | 17.01 | - |
| YUV | 140.56 | 107.93 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 134 | 105 | 0 | 0.20 | 0.37 | 0.35 | 28.06 | 0.26 | 0.53 |
| Hex | A7 | 86 | 69 | 0 | 14 | 25 | 23 | 1C | 1A | 35 |
| Octal | 247 | 206 | 151 | 0 | 24 | 45 | 43 | 34 | 32 | 65 |
| Binary | 10100111 | 10000110 | 1101001 | 0 | 10100 | 100101 | 100011 | 11100 | 11010 | 110101 |
Color Harmonies of #A78669
Complementary color
Monochromatic Colors of #A78669
Black with #A78669
Text Example
Text Example
White with #A78669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78669; }
p { color: rgb(167,134,105); }
H1.HeaderClassName
{
color: #A78669;
}
.AnyTagClassName
{
color: #A78669;
}
</style>
background-color css
<style>
a { background-color: #A78669; }
a { background-color: rgb(167,134,105); }
div.DivClassName
{
background-color: #A78669;
}
.BgClassName
{
background-color: #A78669;
}
</style>
border-color css
<style>
span { border-color: #A78669; }
span { border-color: rgb(167,134,105); }
td.TdClassName
{
border-color: #A78669;
}
.TagClassName
{
border-color: #A78669;
}
</style>