Shades of Sandal #A58569
Tints of Sandal #A58569
RGB
CMYK
RGB Variations
Color information
#A58569 (or 0xA58569) is known color: Sandal. HEX triplet: A5, 85 and 69. RGB value is (165,133,105). Sum of RGB (Red+Green+Blue) = 165+133+105=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 105 (41.41% from 255 or 26.05% from 403); Max value from RGB is 165 - color contains mainly: red. Hex color #A58569 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58569 is #5A7A96. Grayscale: #8B8B8B. Windows color (decimal): -5929623 or 6915493. OLE color: 6915493.
HSL color Cylindrical-coordinate representation of color #A58569: hue angle of 28º 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 #A58569 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 133 | 105 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.35 |
| HSL | 28º | 0.25% | 0.53% | - |
| HSV(B) | 28º | 0.36% | 0.65% | - |
| XYZ | 26.45 | 25.79 | 16.95 | - |
| YUV | 139.38 | 108.6 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 133 | 105 | 0 | 0.19 | 0.36 | 0.35 | 28 | 0.25 | 0.53 |
| Hex | A5 | 85 | 69 | 0 | 13 | 24 | 23 | 1C | 19 | 35 |
| Octal | 245 | 205 | 151 | 0 | 23 | 44 | 43 | 34 | 31 | 65 |
| Binary | 10100101 | 10000101 | 1101001 | 0 | 10011 | 100100 | 100011 | 11100 | 11001 | 110101 |
Color Harmonies of #A58569
Complementary color
Monochromatic Colors of #A58569
Black with #A58569
Text Example
Text Example
White with #A58569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58569; }
p { color: rgb(165,133,105); }
H1.HeaderClassName
{
color: #A58569;
}
.AnyTagClassName
{
color: #A58569;
}
</style>
background-color css
<style>
a { background-color: #A58569; }
a { background-color: rgb(165,133,105); }
div.DivClassName
{
background-color: #A58569;
}
.BgClassName
{
background-color: #A58569;
}
</style>
border-color css
<style>
span { border-color: #A58569; }
span { border-color: rgb(165,133,105); }
td.TdClassName
{
border-color: #A58569;
}
.TagClassName
{
border-color: #A58569;
}
</style>