Shades of Del Rio #AB958B
Tints of Del Rio #AB958B
RGB
CMYK
RGB Variations
Color information
#AB958B (or 0xAB958B) is known color: Del Rio. HEX triplet: AB, 95 and 8B. RGB value is (171,149,139). Sum of RGB (Red+Green+Blue) = 171+149+139=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 149 (58.59% from 255 or 32.46% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 171 - color contains mainly: red. Hex color #AB958B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB958B is #546A74. Grayscale: #9A9A9A. Windows color (decimal): -5532277 or 9147819. OLE color: 9147819.
HSL color Cylindrical-coordinate representation of color #AB958B: hue angle of 18.75º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AB958B is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 149 | 139 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.33 |
| HSL | 18.75º | 0.16% | 0.61% | - |
| HSV(B) | 18.75º | 0.19% | 0.67% | - |
| XYZ | 32.2 | 32.02 | 28.91 | - |
| YUV | 154.44 | 119.29 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 149 | 139 | 0 | 0.13 | 0.19 | 0.33 | 18.75 | 0.16 | 0.61 |
| Hex | AB | 95 | 8B | 0 | D | 13 | 21 | 13 | 10 | 3D |
| Octal | 253 | 225 | 213 | 0 | 15 | 23 | 41 | 23 | 20 | 75 |
| Binary | 10101011 | 10010101 | 10001011 | 0 | 1101 | 10011 | 100001 | 10011 | 10000 | 111101 |
Color Harmonies of #AB958B
Complementary color
Monochromatic Colors of #AB958B
Black with #AB958B
Text Example
Text Example
White with #AB958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB958B; }
p { color: rgb(171,149,139); }
H1.HeaderClassName
{
color: #AB958B;
}
.AnyTagClassName
{
color: #AB958B;
}
</style>
background-color css
<style>
a { background-color: #AB958B; }
a { background-color: rgb(171,149,139); }
div.DivClassName
{
background-color: #AB958B;
}
.BgClassName
{
background-color: #AB958B;
}
</style>
border-color css
<style>
span { border-color: #AB958B; }
span { border-color: rgb(171,149,139); }
td.TdClassName
{
border-color: #AB958B;
}
.TagClassName
{
border-color: #AB958B;
}
</style>