Shades of Sandal #A18A6A
Tints of Sandal #A18A6A
RGB
CMYK
RGB Variations
Color information
#A18A6A (or 0xA18A6A) is known color: Sandal. HEX triplet: A1, 8A and 6A. RGB value is (161,138,106). Sum of RGB (Red+Green+Blue) = 161+138+106=405 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.75% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 161 - color contains mainly: red. Hex color #A18A6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18A6A is #5E7595. Grayscale: #8D8D8D. Windows color (decimal): -6190486 or 6982305. OLE color: 6982305.
HSL color Cylindrical-coordinate representation of color #A18A6A: hue angle of 34.91º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A18A6A is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 138 | 106 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.37 |
| HSL | 34.91º | 0.23% | 0.52% | - |
| HSV(B) | 34.91º | 0.34% | 0.63% | - |
| XYZ | 26.39 | 26.79 | 17.42 | - |
| YUV | 141.23 | 108.12 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 138 | 106 | 0 | 0.14 | 0.34 | 0.37 | 34.91 | 0.23 | 0.52 |
| Hex | A1 | 8A | 6A | 0 | E | 22 | 25 | 23 | 17 | 34 |
| Octal | 241 | 212 | 152 | 0 | 16 | 42 | 45 | 43 | 27 | 64 |
| Binary | 10100001 | 10001010 | 1101010 | 0 | 1110 | 100010 | 100101 | 100011 | 10111 | 110100 |
Color Harmonies of #A18A6A
Complementary color
Monochromatic Colors of #A18A6A
Black with #A18A6A
Text Example
Text Example
White with #A18A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18A6A; }
p { color: rgb(161,138,106); }
H1.HeaderClassName
{
color: #A18A6A;
}
.AnyTagClassName
{
color: #A18A6A;
}
</style>
background-color css
<style>
a { background-color: #A18A6A; }
a { background-color: rgb(161,138,106); }
div.DivClassName
{
background-color: #A18A6A;
}
.BgClassName
{
background-color: #A18A6A;
}
</style>
border-color css
<style>
span { border-color: #A18A6A; }
span { border-color: rgb(161,138,106); }
td.TdClassName
{
border-color: #A18A6A;
}
.TagClassName
{
border-color: #A18A6A;
}
</style>