Shades of Sandal #A38368
Tints of Sandal #A38368
RGB
CMYK
RGB Variations
Color information
#A38368 (or 0xA38368) is known color: Sandal. HEX triplet: A3, 83 and 68. RGB value is (163,131,104). Sum of RGB (Red+Green+Blue) = 163+131+104=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 163 - color contains mainly: red. Hex color #A38368 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38368 is #5C7C97. Grayscale: #898989. Windows color (decimal): -6061208 or 6849443. OLE color: 6849443.
HSL color Cylindrical-coordinate representation of color #A38368: hue angle of 27.46º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A38368 is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 131 | 104 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.36 |
| HSL | 27.46º | 0.24% | 0.52% | - |
| HSV(B) | 27.46º | 0.36% | 0.64% | - |
| XYZ | 25.72 | 25.02 | 16.57 | - |
| YUV | 137.49 | 109.1 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 131 | 104 | 0 | 0.20 | 0.36 | 0.36 | 27.46 | 0.24 | 0.52 |
| Hex | A3 | 83 | 68 | 0 | 14 | 24 | 24 | 1B | 18 | 34 |
| Octal | 243 | 203 | 150 | 0 | 24 | 44 | 44 | 33 | 30 | 64 |
| Binary | 10100011 | 10000011 | 1101000 | 0 | 10100 | 100100 | 100100 | 11011 | 11000 | 110100 |
Color Harmonies of #A38368
Complementary color
Monochromatic Colors of #A38368
Black with #A38368
Text Example
Text Example
White with #A38368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38368; }
p { color: rgb(163,131,104); }
H1.HeaderClassName
{
color: #A38368;
}
.AnyTagClassName
{
color: #A38368;
}
</style>
background-color css
<style>
a { background-color: #A38368; }
a { background-color: rgb(163,131,104); }
div.DivClassName
{
background-color: #A38368;
}
.BgClassName
{
background-color: #A38368;
}
</style>
border-color css
<style>
span { border-color: #A38368; }
span { border-color: rgb(163,131,104); }
td.TdClassName
{
border-color: #A38368;
}
.TagClassName
{
border-color: #A38368;
}
</style>