Shades of Sandal #A2876C
Tints of Sandal #A2876C
RGB
CMYK
RGB Variations
Color information
#A2876C (or 0xA2876C) is known color: Sandal. HEX triplet: A2, 87 and 6C. RGB value is (162,135,108). Sum of RGB (Red+Green+Blue) = 162+135+108=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 108 (42.58% from 255 or 26.67% from 405); Max value from RGB is 162 - color contains mainly: red. Hex color #A2876C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2876C is #5D7893. Grayscale: #8C8C8C. Windows color (decimal): -6125716 or 7112610. OLE color: 7112610.
HSL color Cylindrical-coordinate representation of color #A2876C: hue angle of 30º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2876C is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
RGB | 162 | 135 | 108 | - |
CMYK | 0 | 0.17 | 0.33 | 0.36 |
HSL | 30º | 0.23% | 0.53% | - |
HSV(B) | 30º | 0.33% | 0.64% | - |
XYZ | 26.27 | 26.09 | 17.84 | - |
YUV | 140 | 109.95 | 143.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 135 | 108 | 0 | 0.17 | 0.33 | 0.36 | 30 | 0.23 | 0.53 |
Hex | A2 | 87 | 6C | 0 | 11 | 21 | 24 | 1E | 16 | 35 |
Octal | 242 | 207 | 154 | 0 | 21 | 41 | 44 | 36 | 26 | 65 |
Binary | 10100010 | 10000111 | 1101100 | 0 | 10001 | 100001 | 100100 | 11110 | 10110 | 110101 |
Color Harmonies of #A2876C
Complementary color
Monochromatic Colors of #A2876C
Black with #A2876C
Text Example
Text Example
White with #A2876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2876C; }
p { color: rgb(162,135,108); }
H1.HeaderClassName
{
color: #A2876C;
}
.AnyTagClassName
{
color: #A2876C;
}
</style>
background-color css
<style>
a { background-color: #A2876C; }
a { background-color: rgb(162,135,108); }
div.DivClassName
{
background-color: #A2876C;
}
.BgClassName
{
background-color: #A2876C;
}
</style>
border-color css
<style>
span { border-color: #A2876C; }
span { border-color: rgb(162,135,108); }
td.TdClassName
{
border-color: #A2876C;
}
.TagClassName
{
border-color: #A2876C;
}
</style>