Shades of Sandal #A38569
Tints of Sandal #A38569
RGB
CMYK
RGB Variations
Color information
#A38569 (or 0xA38569) is known color: Sandal. HEX triplet: A3, 85 and 69. RGB value is (163,133,105). Sum of RGB (Red+Green+Blue) = 163+133+105=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 163 - color contains mainly: red. Hex color #A38569 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38569 is #5C7A96. Grayscale: #8A8A8A. Windows color (decimal): -6060695 or 6915491. OLE color: 6915491.
HSL color Cylindrical-coordinate representation of color #A38569: hue angle of 28.97º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A38569 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 133 | 105 | - |
| CMYK | 0 | 0.18 | 0.36 | 0.36 |
| HSL | 28.97º | 0.24% | 0.53% | - |
| HSV(B) | 28.97º | 0.36% | 0.64% | - |
| XYZ | 26.04 | 25.58 | 16.93 | - |
| YUV | 138.78 | 108.94 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 133 | 105 | 0 | 0.18 | 0.36 | 0.36 | 28.97 | 0.24 | 0.53 |
| Hex | A3 | 85 | 69 | 0 | 12 | 24 | 24 | 1D | 18 | 35 |
| Octal | 243 | 205 | 151 | 0 | 22 | 44 | 44 | 35 | 30 | 65 |
| Binary | 10100011 | 10000101 | 1101001 | 0 | 10010 | 100100 | 100100 | 11101 | 11000 | 110101 |
Color Harmonies of #A38569
Complementary color
Monochromatic Colors of #A38569
Black with #A38569
Text Example
Text Example
White with #A38569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38569; }
p { color: rgb(163,133,105); }
H1.HeaderClassName
{
color: #A38569;
}
.AnyTagClassName
{
color: #A38569;
}
</style>
background-color css
<style>
a { background-color: #A38569; }
a { background-color: rgb(163,133,105); }
div.DivClassName
{
background-color: #A38569;
}
.BgClassName
{
background-color: #A38569;
}
</style>
border-color css
<style>
span { border-color: #A38569; }
span { border-color: rgb(163,133,105); }
td.TdClassName
{
border-color: #A38569;
}
.TagClassName
{
border-color: #A38569;
}
</style>