Shades of Sandal #A18368
Tints of Sandal #A18368
RGB
CMYK
RGB Variations
Color information
#A18368 (or 0xA18368) is known color: Sandal. HEX triplet: A1, 83 and 68. RGB value is (161,131,104). Sum of RGB (Red+Green+Blue) = 161+131+104=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 104 (41.02% from 255 or 26.26% from 396); Max value from RGB is 161 - color contains mainly: red. Hex color #A18368 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18368 is #5E7C97. Grayscale: #898989. Windows color (decimal): -6192280 or 6849441. OLE color: 6849441.
HSL color Cylindrical-coordinate representation of color #A18368: hue angle of 28.42º 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 #A18368 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 131 | 104 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.37 |
| HSL | 28.42º | 0.23% | 0.52% | - |
| HSV(B) | 28.42º | 0.35% | 0.63% | - |
| XYZ | 25.31 | 24.81 | 16.55 | - |
| YUV | 136.89 | 109.44 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 131 | 104 | 0 | 0.19 | 0.35 | 0.37 | 28.42 | 0.23 | 0.52 |
| Hex | A1 | 83 | 68 | 0 | 13 | 23 | 25 | 1C | 17 | 34 |
| Octal | 241 | 203 | 150 | 0 | 23 | 43 | 45 | 34 | 27 | 64 |
| Binary | 10100001 | 10000011 | 1101000 | 0 | 10011 | 100011 | 100101 | 11100 | 10111 | 110100 |
Color Harmonies of #A18368
Complementary color
Monochromatic Colors of #A18368
Black with #A18368
Text Example
Text Example
White with #A18368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18368; }
p { color: rgb(161,131,104); }
H1.HeaderClassName
{
color: #A18368;
}
.AnyTagClassName
{
color: #A18368;
}
</style>
background-color css
<style>
a { background-color: #A18368; }
a { background-color: rgb(161,131,104); }
div.DivClassName
{
background-color: #A18368;
}
.BgClassName
{
background-color: #A18368;
}
</style>
border-color css
<style>
span { border-color: #A18368; }
span { border-color: rgb(161,131,104); }
td.TdClassName
{
border-color: #A18368;
}
.TagClassName
{
border-color: #A18368;
}
</style>