Shades of Sandal #A38A6B
Tints of Sandal #A38A6B
RGB
CMYK
RGB Variations
Color information
#A38A6B (or 0xA38A6B) is known color: Sandal. HEX triplet: A3, 8A and 6B. RGB value is (163,138,107). Sum of RGB (Red+Green+Blue) = 163+138+107=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 107 (42.19% from 255 or 26.23% from 408); Max value from RGB is 163 - color contains mainly: red. Hex color #A38A6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38A6B is #5C7594. Grayscale: #8E8E8E. Windows color (decimal): -6059413 or 7047843. OLE color: 7047843.
HSL color Cylindrical-coordinate representation of color #A38A6B: hue angle of 33.21º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A38A6B is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 138 | 107 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.36 |
| HSL | 33.21º | 0.23% | 0.53% | - |
| HSV(B) | 33.21º | 0.34% | 0.64% | - |
| XYZ | 26.85 | 27.03 | 17.71 | - |
| YUV | 141.94 | 108.28 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 138 | 107 | 0 | 0.15 | 0.34 | 0.36 | 33.21 | 0.23 | 0.53 |
| Hex | A3 | 8A | 6B | 0 | F | 22 | 24 | 21 | 17 | 35 |
| Octal | 243 | 212 | 153 | 0 | 17 | 42 | 44 | 41 | 27 | 65 |
| Binary | 10100011 | 10001010 | 1101011 | 0 | 1111 | 100010 | 100100 | 100001 | 10111 | 110101 |
Color Harmonies of #A38A6B
Complementary color
Monochromatic Colors of #A38A6B
Black with #A38A6B
Text Example
Text Example
White with #A38A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38A6B; }
p { color: rgb(163,138,107); }
H1.HeaderClassName
{
color: #A38A6B;
}
.AnyTagClassName
{
color: #A38A6B;
}
</style>
background-color css
<style>
a { background-color: #A38A6B; }
a { background-color: rgb(163,138,107); }
div.DivClassName
{
background-color: #A38A6B;
}
.BgClassName
{
background-color: #A38A6B;
}
</style>
border-color css
<style>
span { border-color: #A38A6B; }
span { border-color: rgb(163,138,107); }
td.TdClassName
{
border-color: #A38A6B;
}
.TagClassName
{
border-color: #A38A6B;
}
</style>