Shades of Sandrift #A58C80
Tints of Sandrift #A58C80
RGB
CMYK
RGB Variations
Color information
#A58C80 (or 0xA58C80) is known color: Sandrift. HEX triplet: A5, 8C and 80. RGB value is (165,140,128). Sum of RGB (Red+Green+Blue) = 165+140+128=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 165 - color contains mainly: red. Hex color #A58C80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58C80 is #5A737F. Grayscale: #929292. Windows color (decimal): -5927808 or 8424613. OLE color: 8424613.
HSL color Cylindrical-coordinate representation of color #A58C80: hue angle of 19.46º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A58C80 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 140 | 128 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.35 |
| HSL | 19.46º | 0.17% | 0.57% | - |
| HSV(B) | 19.46º | 0.22% | 0.65% | - |
| XYZ | 28.79 | 28.31 | 24.37 | - |
| YUV | 146.11 | 117.78 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 140 | 128 | 0 | 0.15 | 0.22 | 0.35 | 19.46 | 0.17 | 0.57 |
| Hex | A5 | 8C | 80 | 0 | F | 16 | 23 | 13 | 11 | 39 |
| Octal | 245 | 214 | 200 | 0 | 17 | 26 | 43 | 23 | 21 | 71 |
| Binary | 10100101 | 10001100 | 10000000 | 0 | 1111 | 10110 | 100011 | 10011 | 10001 | 111001 |
Color Harmonies of #A58C80
Complementary color
Monochromatic Colors of #A58C80
Black with #A58C80
Text Example
Text Example
White with #A58C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58C80; }
p { color: rgb(165,140,128); }
H1.HeaderClassName
{
color: #A58C80;
}
.AnyTagClassName
{
color: #A58C80;
}
</style>
background-color css
<style>
a { background-color: #A58C80; }
a { background-color: rgb(165,140,128); }
div.DivClassName
{
background-color: #A58C80;
}
.BgClassName
{
background-color: #A58C80;
}
</style>
border-color css
<style>
span { border-color: #A58C80; }
span { border-color: rgb(165,140,128); }
td.TdClassName
{
border-color: #A58C80;
}
.TagClassName
{
border-color: #A58C80;
}
</style>