Shades of Sandal #A38369
Tints of Sandal #A38369
RGB
CMYK
RGB Variations
Color information
#A38369 (or 0xA38369) is known color: Sandal. HEX triplet: A3, 83 and 69. RGB value is (163,131,105). Sum of RGB (Red+Green+Blue) = 163+131+105=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 105 (41.41% from 255 or 26.32% from 399); Max value from RGB is 163 - color contains mainly: red. Hex color #A38369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38369 is #5C7C96. Grayscale: #898989. Windows color (decimal): -6061207 or 6914979. OLE color: 6914979.
HSL color Cylindrical-coordinate representation of color #A38369: hue angle of 26.9º 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 #A38369 is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 131 | 105 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.36 |
| HSL | 26.9º | 0.24% | 0.53% | - |
| HSV(B) | 26.9º | 0.36% | 0.64% | - |
| XYZ | 25.77 | 25.04 | 16.84 | - |
| YUV | 137.6 | 109.6 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 131 | 105 | 0 | 0.20 | 0.36 | 0.36 | 26.9 | 0.24 | 0.53 |
| Hex | A3 | 83 | 69 | 0 | 14 | 24 | 24 | 1B | 18 | 35 |
| Octal | 243 | 203 | 151 | 0 | 24 | 44 | 44 | 33 | 30 | 65 |
| Binary | 10100011 | 10000011 | 1101001 | 0 | 10100 | 100100 | 100100 | 11011 | 11000 | 110101 |
Color Harmonies of #A38369
Complementary color
Monochromatic Colors of #A38369
Black with #A38369
Text Example
Text Example
White with #A38369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38369; }
p { color: rgb(163,131,105); }
H1.HeaderClassName
{
color: #A38369;
}
.AnyTagClassName
{
color: #A38369;
}
</style>
background-color css
<style>
a { background-color: #A38369; }
a { background-color: rgb(163,131,105); }
div.DivClassName
{
background-color: #A38369;
}
.BgClassName
{
background-color: #A38369;
}
</style>
border-color css
<style>
span { border-color: #A38369; }
span { border-color: rgb(163,131,105); }
td.TdClassName
{
border-color: #A38369;
}
.TagClassName
{
border-color: #A38369;
}
</style>