Shades of Del Rio #AB988D
Tints of Del Rio #AB988D
RGB
CMYK
RGB Variations
Color information
#AB988D (or 0xAB988D) is known color: Del Rio. HEX triplet: AB, 98 and 8D. RGB value is (171,152,141). Sum of RGB (Red+Green+Blue) = 171+152+141=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 171 - color contains mainly: red. Hex color #AB988D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB988D is #546772. Grayscale: #9C9C9C. Windows color (decimal): -5531507 or 9279659. OLE color: 9279659.
HSL color Cylindrical-coordinate representation of color #AB988D: hue angle of 22º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AB988D is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 152 | 141 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.33 |
| HSL | 22º | 0.15% | 0.61% | - |
| HSV(B) | 22º | 0.18% | 0.67% | - |
| XYZ | 32.83 | 33.04 | 29.85 | - |
| YUV | 156.43 | 119.29 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 152 | 141 | 0 | 0.11 | 0.18 | 0.33 | 22 | 0.15 | 0.61 |
| Hex | AB | 98 | 8D | 0 | B | 12 | 21 | 16 | F | 3D |
| Octal | 253 | 230 | 215 | 0 | 13 | 22 | 41 | 26 | 17 | 75 |
| Binary | 10101011 | 10011000 | 10001101 | 0 | 1011 | 10010 | 100001 | 10110 | 1111 | 111101 |
Color Harmonies of #AB988D
Complementary color
Monochromatic Colors of #AB988D
Black with #AB988D
Text Example
Text Example
White with #AB988D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB988D; }
p { color: rgb(171,152,141); }
H1.HeaderClassName
{
color: #AB988D;
}
.AnyTagClassName
{
color: #AB988D;
}
</style>
background-color css
<style>
a { background-color: #AB988D; }
a { background-color: rgb(171,152,141); }
div.DivClassName
{
background-color: #AB988D;
}
.BgClassName
{
background-color: #AB988D;
}
</style>
border-color css
<style>
span { border-color: #AB988D; }
span { border-color: rgb(171,152,141); }
td.TdClassName
{
border-color: #AB988D;
}
.TagClassName
{
border-color: #AB988D;
}
</style>