Shades of Sandal #A5876A
Tints of Sandal #A5876A
RGB
CMYK
RGB Variations
Color information
#A5876A (or 0xA5876A) is known color: Sandal. HEX triplet: A5, 87 and 6A. RGB value is (165,135,106). Sum of RGB (Red+Green+Blue) = 165+135+106=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 135 (53.12% from 255 or 33.25% from 406); Blue value is 106 (41.80% from 255 or 26.11% from 406); Max value from RGB is 165 - color contains mainly: red. Hex color #A5876A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5876A is #5A7895. Grayscale: #8C8C8C. Windows color (decimal): -5929110 or 6981541. OLE color: 6981541.
HSL color Cylindrical-coordinate representation of color #A5876A: hue angle of 29.49º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A5876A is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 135 | 106 | - |
| CMYK | 0 | 0.18 | 0.36 | 0.35 |
| HSL | 29.49º | 0.25% | 0.53% | - |
| HSV(B) | 29.49º | 0.36% | 0.65% | - |
| XYZ | 26.78 | 26.37 | 17.31 | - |
| YUV | 140.66 | 108.44 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 135 | 106 | 0 | 0.18 | 0.36 | 0.35 | 29.49 | 0.25 | 0.53 |
| Hex | A5 | 87 | 6A | 0 | 12 | 24 | 23 | 1D | 19 | 35 |
| Octal | 245 | 207 | 152 | 0 | 22 | 44 | 43 | 35 | 31 | 65 |
| Binary | 10100101 | 10000111 | 1101010 | 0 | 10010 | 100100 | 100011 | 11101 | 11001 | 110101 |
Color Harmonies of #A5876A
Complementary color
Monochromatic Colors of #A5876A
Black with #A5876A
Text Example
Text Example
White with #A5876A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5876A; }
p { color: rgb(165,135,106); }
H1.HeaderClassName
{
color: #A5876A;
}
.AnyTagClassName
{
color: #A5876A;
}
</style>
background-color css
<style>
a { background-color: #A5876A; }
a { background-color: rgb(165,135,106); }
div.DivClassName
{
background-color: #A5876A;
}
.BgClassName
{
background-color: #A5876A;
}
</style>
border-color css
<style>
span { border-color: #A5876A; }
span { border-color: rgb(165,135,106); }
td.TdClassName
{
border-color: #A5876A;
}
.TagClassName
{
border-color: #A5876A;
}
</style>