Shades of Sandal #A1846A
Tints of Sandal #A1846A
RGB
CMYK
RGB Variations
Color information
#A1846A (or 0xA1846A) is known color: Sandal. HEX triplet: A1, 84 and 6A. RGB value is (161,132,106). Sum of RGB (Red+Green+Blue) = 161+132+106=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 106 (41.80% from 255 or 26.57% from 399); Max value from RGB is 161 - color contains mainly: red. Hex color #A1846A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1846A is #5E7B95. Grayscale: #898989. Windows color (decimal): -6192022 or 6980769. OLE color: 6980769.
HSL color Cylindrical-coordinate representation of color #A1846A: hue angle of 28.36º 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 #A1846A is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 132 | 106 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.37 |
| HSL | 28.36º | 0.23% | 0.52% | - |
| HSV(B) | 28.36º | 0.34% | 0.63% | - |
| XYZ | 25.55 | 25.12 | 17.14 | - |
| YUV | 137.71 | 110.11 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 132 | 106 | 0 | 0.18 | 0.34 | 0.37 | 28.36 | 0.23 | 0.52 |
| Hex | A1 | 84 | 6A | 0 | 12 | 22 | 25 | 1C | 17 | 34 |
| Octal | 241 | 204 | 152 | 0 | 22 | 42 | 45 | 34 | 27 | 64 |
| Binary | 10100001 | 10000100 | 1101010 | 0 | 10010 | 100010 | 100101 | 11100 | 10111 | 110100 |
Color Harmonies of #A1846A
Complementary color
Monochromatic Colors of #A1846A
Black with #A1846A
Text Example
Text Example
White with #A1846A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1846A; }
p { color: rgb(161,132,106); }
H1.HeaderClassName
{
color: #A1846A;
}
.AnyTagClassName
{
color: #A1846A;
}
</style>
background-color css
<style>
a { background-color: #A1846A; }
a { background-color: rgb(161,132,106); }
div.DivClassName
{
background-color: #A1846A;
}
.BgClassName
{
background-color: #A1846A;
}
</style>
border-color css
<style>
span { border-color: #A1846A; }
span { border-color: rgb(161,132,106); }
td.TdClassName
{
border-color: #A1846A;
}
.TagClassName
{
border-color: #A1846A;
}
</style>