Shades of Sandal #A08469
Tints of Sandal #A08469
RGB
CMYK
RGB Variations
Color information
#A08469 (or 0xA08469) is known color: Sandal. HEX triplet: A0, 84 and 69. RGB value is (160,132,105). Sum of RGB (Red+Green+Blue) = 160+132+105=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 105 (41.41% from 255 or 26.45% from 397); Max value from RGB is 160 - color contains mainly: red. Hex color #A08469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08469 is #5F7B96. Grayscale: #898989. Windows color (decimal): -6257559 or 6915232. OLE color: 6915232.
HSL color Cylindrical-coordinate representation of color #A08469: hue angle of 29.45º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A08469 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 132 | 105 | - |
| CMYK | 0 | 0.17 | 0.34 | 0.37 |
| HSL | 29.45º | 0.22% | 0.52% | - |
| HSV(B) | 29.45º | 0.34% | 0.63% | - |
| XYZ | 25.3 | 25 | 16.86 | - |
| YUV | 137.29 | 109.78 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 132 | 105 | 0 | 0.17 | 0.34 | 0.37 | 29.45 | 0.22 | 0.52 |
| Hex | A0 | 84 | 69 | 0 | 11 | 22 | 25 | 1D | 16 | 34 |
| Octal | 240 | 204 | 151 | 0 | 21 | 42 | 45 | 35 | 26 | 64 |
| Binary | 10100000 | 10000100 | 1101001 | 0 | 10001 | 100010 | 100101 | 11101 | 10110 | 110100 |
Color Harmonies of #A08469
Complementary color
Monochromatic Colors of #A08469
Black with #A08469
Text Example
Text Example
White with #A08469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08469; }
p { color: rgb(160,132,105); }
H1.HeaderClassName
{
color: #A08469;
}
.AnyTagClassName
{
color: #A08469;
}
</style>
background-color css
<style>
a { background-color: #A08469; }
a { background-color: rgb(160,132,105); }
div.DivClassName
{
background-color: #A08469;
}
.BgClassName
{
background-color: #A08469;
}
</style>
border-color css
<style>
span { border-color: #A08469; }
span { border-color: rgb(160,132,105); }
td.TdClassName
{
border-color: #A08469;
}
.TagClassName
{
border-color: #A08469;
}
</style>