Shades of Sandal #A58567
Tints of Sandal #A58567
RGB
CMYK
RGB Variations
Color information
#A58567 (or 0xA58567) is known color: Sandal. HEX triplet: A5, 85 and 67. RGB value is (165,133,103). Sum of RGB (Red+Green+Blue) = 165+133+103=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 103 (40.62% from 255 or 25.69% from 401); Max value from RGB is 165 - color contains mainly: red. Hex color #A58567 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58567 is #5A7A98. Grayscale: #8B8B8B. Windows color (decimal): -5929625 or 6784421. OLE color: 6784421.
HSL color Cylindrical-coordinate representation of color #A58567: hue angle of 29.03º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A58567 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 133 | 103 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.35 |
| HSL | 29.03º | 0.26% | 0.53% | - |
| HSV(B) | 29.03º | 0.38% | 0.65% | - |
| XYZ | 26.35 | 25.75 | 16.41 | - |
| YUV | 139.15 | 107.6 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 133 | 103 | 0 | 0.19 | 0.38 | 0.35 | 29.03 | 0.26 | 0.53 |
| Hex | A5 | 85 | 67 | 0 | 13 | 26 | 23 | 1D | 1A | 35 |
| Octal | 245 | 205 | 147 | 0 | 23 | 46 | 43 | 35 | 32 | 65 |
| Binary | 10100101 | 10000101 | 1100111 | 0 | 10011 | 100110 | 100011 | 11101 | 11010 | 110101 |
Color Harmonies of #A58567
Complementary color
Monochromatic Colors of #A58567
Black with #A58567
Text Example
Text Example
White with #A58567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58567; }
p { color: rgb(165,133,103); }
H1.HeaderClassName
{
color: #A58567;
}
.AnyTagClassName
{
color: #A58567;
}
</style>
background-color css
<style>
a { background-color: #A58567; }
a { background-color: rgb(165,133,103); }
div.DivClassName
{
background-color: #A58567;
}
.BgClassName
{
background-color: #A58567;
}
</style>
border-color css
<style>
span { border-color: #A58567; }
span { border-color: rgb(165,133,103); }
td.TdClassName
{
border-color: #A58567;
}
.TagClassName
{
border-color: #A58567;
}
</style>