Shades of Sandal #A38763
Tints of Sandal #A38763
RGB
CMYK
RGB Variations
Color information
#A38763 (or 0xA38763) is known color: Sandal. HEX triplet: A3, 87 and 63. RGB value is (163,135,99). Sum of RGB (Red+Green+Blue) = 163+135+99=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 99 (39.06% from 255 or 24.94% from 397); Max value from RGB is 163 - color contains mainly: red. Hex color #A38763 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38763 is #5C789C. Grayscale: #8B8B8B. Windows color (decimal): -6060189 or 6522787. OLE color: 6522787.
HSL color Cylindrical-coordinate representation of color #A38763: hue angle of 33.75º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A38763 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 135 | 99 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.36 |
| HSL | 33.75º | 0.26% | 0.51% | - |
| HSV(B) | 33.75º | 0.39% | 0.64% | - |
| XYZ | 26.02 | 26.02 | 15.45 | - |
| YUV | 139.27 | 105.28 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 135 | 99 | 0 | 0.17 | 0.39 | 0.36 | 33.75 | 0.26 | 0.51 |
| Hex | A3 | 87 | 63 | 0 | 11 | 27 | 24 | 22 | 1A | 33 |
| Octal | 243 | 207 | 143 | 0 | 21 | 47 | 44 | 42 | 32 | 63 |
| Binary | 10100011 | 10000111 | 1100011 | 0 | 10001 | 100111 | 100100 | 100010 | 11010 | 110011 |
Color Harmonies of #A38763
Complementary color
Monochromatic Colors of #A38763
Black with #A38763
Text Example
Text Example
White with #A38763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38763; }
p { color: rgb(163,135,99); }
H1.HeaderClassName
{
color: #A38763;
}
.AnyTagClassName
{
color: #A38763;
}
</style>
background-color css
<style>
a { background-color: #A38763; }
a { background-color: rgb(163,135,99); }
div.DivClassName
{
background-color: #A38763;
}
.BgClassName
{
background-color: #A38763;
}
</style>
border-color css
<style>
span { border-color: #A38763; }
span { border-color: rgb(163,135,99); }
td.TdClassName
{
border-color: #A38763;
}
.TagClassName
{
border-color: #A38763;
}
</style>