Shades of Sandal #A18369
Tints of Sandal #A18369
RGB
CMYK
RGB Variations
Color information
#A18369 (or 0xA18369) is known color: Sandal. HEX triplet: A1, 83 and 69. RGB value is (161,131,105). Sum of RGB (Red+Green+Blue) = 161+131+105=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 105 (41.41% from 255 or 26.45% from 397); Max value from RGB is 161 - color contains mainly: red. Hex color #A18369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18369 is #5E7C96. Grayscale: #898989. Windows color (decimal): -6192279 or 6914977. OLE color: 6914977.
HSL color Cylindrical-coordinate representation of color #A18369: hue angle of 27.86º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A18369 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 131 | 105 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.37 |
| HSL | 27.86º | 0.23% | 0.52% | - |
| HSV(B) | 27.86º | 0.35% | 0.63% | - |
| XYZ | 25.36 | 24.83 | 16.82 | - |
| YUV | 137.01 | 109.94 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 131 | 105 | 0 | 0.19 | 0.35 | 0.37 | 27.86 | 0.23 | 0.52 |
| Hex | A1 | 83 | 69 | 0 | 13 | 23 | 25 | 1C | 17 | 34 |
| Octal | 241 | 203 | 151 | 0 | 23 | 43 | 45 | 34 | 27 | 64 |
| Binary | 10100001 | 10000011 | 1101001 | 0 | 10011 | 100011 | 100101 | 11100 | 10111 | 110100 |
Color Harmonies of #A18369
Complementary color
Monochromatic Colors of #A18369
Black with #A18369
Text Example
Text Example
White with #A18369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18369; }
p { color: rgb(161,131,105); }
H1.HeaderClassName
{
color: #A18369;
}
.AnyTagClassName
{
color: #A18369;
}
</style>
background-color css
<style>
a { background-color: #A18369; }
a { background-color: rgb(161,131,105); }
div.DivClassName
{
background-color: #A18369;
}
.BgClassName
{
background-color: #A18369;
}
</style>
border-color css
<style>
span { border-color: #A18369; }
span { border-color: rgb(161,131,105); }
td.TdClassName
{
border-color: #A18369;
}
.TagClassName
{
border-color: #A18369;
}
</style>