Shades of Sandrift #AB9583
Tints of Sandrift #AB9583
RGB
CMYK
RGB Variations
Color information
#AB9583 (or 0xAB9583) is known color: Sandrift. HEX triplet: AB, 95 and 83. RGB value is (171,149,131). Sum of RGB (Red+Green+Blue) = 171+149+131=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 149 (58.59% from 255 or 33.04% from 451); Blue value is 131 (51.56% from 255 or 29.05% from 451); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9583 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9583 is #546A7C. Grayscale: #999999. Windows color (decimal): -5532285 or 8623531. OLE color: 8623531.
HSL color Cylindrical-coordinate representation of color #AB9583: hue angle of 27º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AB9583 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 149 | 131 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.33 |
| HSL | 27º | 0.19% | 0.59% | - |
| HSV(B) | 27º | 0.23% | 0.67% | - |
| XYZ | 31.64 | 31.79 | 25.94 | - |
| YUV | 153.53 | 115.29 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 149 | 131 | 0 | 0.13 | 0.23 | 0.33 | 27 | 0.19 | 0.59 |
| Hex | AB | 95 | 83 | 0 | D | 17 | 21 | 1B | 13 | 3B |
| Octal | 253 | 225 | 203 | 0 | 15 | 27 | 41 | 33 | 23 | 73 |
| Binary | 10101011 | 10010101 | 10000011 | 0 | 1101 | 10111 | 100001 | 11011 | 10011 | 111011 |
Color Harmonies of #AB9583
Complementary color
Monochromatic Colors of #AB9583
Black with #AB9583
Text Example
Text Example
White with #AB9583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9583; }
p { color: rgb(171,149,131); }
H1.HeaderClassName
{
color: #AB9583;
}
.AnyTagClassName
{
color: #AB9583;
}
</style>
background-color css
<style>
a { background-color: #AB9583; }
a { background-color: rgb(171,149,131); }
div.DivClassName
{
background-color: #AB9583;
}
.BgClassName
{
background-color: #AB9583;
}
</style>
border-color css
<style>
span { border-color: #AB9583; }
span { border-color: rgb(171,149,131); }
td.TdClassName
{
border-color: #AB9583;
}
.TagClassName
{
border-color: #AB9583;
}
</style>