Shades of Sandrift #A58F7E
Tints of Sandrift #A58F7E
RGB
CMYK
RGB Variations
Color information
#A58F7E (or 0xA58F7E) is known color: Sandrift. HEX triplet: A5, 8F and 7E. RGB value is (165,143,126). Sum of RGB (Red+Green+Blue) = 165+143+126=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 165 - color contains mainly: red. Hex color #A58F7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58F7E is #5A7081. Grayscale: #939393. Windows color (decimal): -5927042 or 8294309. OLE color: 8294309.
HSL color Cylindrical-coordinate representation of color #A58F7E: hue angle of 26.15º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A58F7E is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 143 | 126 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.35 |
| HSL | 26.15º | 0.18% | 0.57% | - |
| HSV(B) | 26.15º | 0.24% | 0.65% | - |
| XYZ | 29.11 | 29.15 | 23.83 | - |
| YUV | 147.64 | 115.79 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 143 | 126 | 0 | 0.13 | 0.24 | 0.35 | 26.15 | 0.18 | 0.57 |
| Hex | A5 | 8F | 7E | 0 | D | 18 | 23 | 1A | 12 | 39 |
| Octal | 245 | 217 | 176 | 0 | 15 | 30 | 43 | 32 | 22 | 71 |
| Binary | 10100101 | 10001111 | 1111110 | 0 | 1101 | 11000 | 100011 | 11010 | 10010 | 111001 |
Color Harmonies of #A58F7E
Complementary color
Monochromatic Colors of #A58F7E
Black with #A58F7E
Text Example
Text Example
White with #A58F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58F7E; }
p { color: rgb(165,143,126); }
H1.HeaderClassName
{
color: #A58F7E;
}
.AnyTagClassName
{
color: #A58F7E;
}
</style>
background-color css
<style>
a { background-color: #A58F7E; }
a { background-color: rgb(165,143,126); }
div.DivClassName
{
background-color: #A58F7E;
}
.BgClassName
{
background-color: #A58F7E;
}
</style>
border-color css
<style>
span { border-color: #A58F7E; }
span { border-color: rgb(165,143,126); }
td.TdClassName
{
border-color: #A58F7E;
}
.TagClassName
{
border-color: #A58F7E;
}
</style>