Shades of Sandrift #A58E81
Tints of Sandrift #A58E81
RGB
CMYK
RGB Variations
Color information
#A58E81 (or 0xA58E81) is known color: Sandrift. HEX triplet: A5, 8E and 81. RGB value is (165,142,129). Sum of RGB (Red+Green+Blue) = 165+142+129=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 142 (55.86% from 255 or 32.57% from 436); Blue value is 129 (50.78% from 255 or 29.59% from 436); Max value from RGB is 165 - color contains mainly: red. Hex color #A58E81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58E81 is #5A717E. Grayscale: #939393. Windows color (decimal): -5927295 or 8490661. OLE color: 8490661.
HSL color Cylindrical-coordinate representation of color #A58E81: hue angle of 21.67º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A58E81 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 142 | 129 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.35 |
| HSL | 21.67º | 0.17% | 0.58% | - |
| HSV(B) | 21.67º | 0.22% | 0.65% | - |
| XYZ | 29.15 | 28.93 | 24.82 | - |
| YUV | 147.4 | 117.62 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 142 | 129 | 0 | 0.14 | 0.22 | 0.35 | 21.67 | 0.17 | 0.58 |
| Hex | A5 | 8E | 81 | 0 | E | 16 | 23 | 16 | 11 | 3A |
| Octal | 245 | 216 | 201 | 0 | 16 | 26 | 43 | 26 | 21 | 72 |
| Binary | 10100101 | 10001110 | 10000001 | 0 | 1110 | 10110 | 100011 | 10110 | 10001 | 111010 |
Color Harmonies of #A58E81
Complementary color
Monochromatic Colors of #A58E81
Black with #A58E81
Text Example
Text Example
White with #A58E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58E81; }
p { color: rgb(165,142,129); }
H1.HeaderClassName
{
color: #A58E81;
}
.AnyTagClassName
{
color: #A58E81;
}
</style>
background-color css
<style>
a { background-color: #A58E81; }
a { background-color: rgb(165,142,129); }
div.DivClassName
{
background-color: #A58E81;
}
.BgClassName
{
background-color: #A58E81;
}
</style>
border-color css
<style>
span { border-color: #A58E81; }
span { border-color: rgb(165,142,129); }
td.TdClassName
{
border-color: #A58E81;
}
.TagClassName
{
border-color: #A58E81;
}
</style>