Shades of Sandal #A18A6C
Tints of Sandal #A18A6C
RGB
CMYK
RGB Variations
Color information
#A18A6C (or 0xA18A6C) is known color: Sandal. HEX triplet: A1, 8A and 6C. RGB value is (161,138,108). Sum of RGB (Red+Green+Blue) = 161+138+108=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 161 - color contains mainly: red. Hex color #A18A6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18A6C is #5E7593. Grayscale: #8D8D8D. Windows color (decimal): -6190484 or 7113377. OLE color: 7113377.
HSL color Cylindrical-coordinate representation of color #A18A6C: hue angle of 33.96º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A18A6C is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 138 | 108 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.37 |
| HSL | 33.96º | 0.22% | 0.53% | - |
| HSV(B) | 33.96º | 0.33% | 0.63% | - |
| XYZ | 26.49 | 26.84 | 17.97 | - |
| YUV | 141.46 | 109.12 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 138 | 108 | 0 | 0.14 | 0.33 | 0.37 | 33.96 | 0.22 | 0.53 |
| Hex | A1 | 8A | 6C | 0 | E | 21 | 25 | 22 | 16 | 35 |
| Octal | 241 | 212 | 154 | 0 | 16 | 41 | 45 | 42 | 26 | 65 |
| Binary | 10100001 | 10001010 | 1101100 | 0 | 1110 | 100001 | 100101 | 100010 | 10110 | 110101 |
Color Harmonies of #A18A6C
Complementary color
Monochromatic Colors of #A18A6C
Black with #A18A6C
Text Example
Text Example
White with #A18A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18A6C; }
p { color: rgb(161,138,108); }
H1.HeaderClassName
{
color: #A18A6C;
}
.AnyTagClassName
{
color: #A18A6C;
}
</style>
background-color css
<style>
a { background-color: #A18A6C; }
a { background-color: rgb(161,138,108); }
div.DivClassName
{
background-color: #A18A6C;
}
.BgClassName
{
background-color: #A18A6C;
}
</style>
border-color css
<style>
span { border-color: #A18A6C; }
span { border-color: rgb(161,138,108); }
td.TdClassName
{
border-color: #A18A6C;
}
.TagClassName
{
border-color: #A18A6C;
}
</style>