Shades of Sandal #A5846B
Tints of Sandal #A5846B
RGB
CMYK
RGB Variations
Color information
#A5846B (or 0xA5846B) is known color: Sandal. HEX triplet: A5, 84 and 6B. RGB value is (165,132,107). Sum of RGB (Red+Green+Blue) = 165+132+107=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 165 - color contains mainly: red. Hex color #A5846B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5846B is #5A7B94. Grayscale: #8B8B8B. Windows color (decimal): -5929877 or 7046309. OLE color: 7046309.
HSL color Cylindrical-coordinate representation of color #A5846B: hue angle of 25.86º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5846B is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 132 | 107 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.35 |
| HSL | 25.86º | 0.24% | 0.53% | - |
| HSV(B) | 25.86º | 0.35% | 0.65% | - |
| XYZ | 26.42 | 25.56 | 17.45 | - |
| YUV | 139.02 | 109.93 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 132 | 107 | 0 | 0.20 | 0.35 | 0.35 | 25.86 | 0.24 | 0.53 |
| Hex | A5 | 84 | 6B | 0 | 14 | 23 | 23 | 1A | 18 | 35 |
| Octal | 245 | 204 | 153 | 0 | 24 | 43 | 43 | 32 | 30 | 65 |
| Binary | 10100101 | 10000100 | 1101011 | 0 | 10100 | 100011 | 100011 | 11010 | 11000 | 110101 |
Color Harmonies of #A5846B
Complementary color
Monochromatic Colors of #A5846B
Black with #A5846B
Text Example
Text Example
White with #A5846B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5846B; }
p { color: rgb(165,132,107); }
H1.HeaderClassName
{
color: #A5846B;
}
.AnyTagClassName
{
color: #A5846B;
}
</style>
background-color css
<style>
a { background-color: #A5846B; }
a { background-color: rgb(165,132,107); }
div.DivClassName
{
background-color: #A5846B;
}
.BgClassName
{
background-color: #A5846B;
}
</style>
border-color css
<style>
span { border-color: #A5846B; }
span { border-color: rgb(165,132,107); }
td.TdClassName
{
border-color: #A5846B;
}
.TagClassName
{
border-color: #A5846B;
}
</style>