Shades of Del Rio #AB948B
Tints of Del Rio #AB948B
RGB
CMYK
RGB Variations
Color information
#AB948B (or 0xAB948B) is known color: Del Rio. HEX triplet: AB, 94 and 8B. RGB value is (171,148,139). Sum of RGB (Red+Green+Blue) = 171+148+139=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 148 (58.20% from 255 or 32.31% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 171 - color contains mainly: red. Hex color #AB948B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB948B is #546B74. Grayscale: #999999. Windows color (decimal): -5532533 or 9147563. OLE color: 9147563.
HSL color Cylindrical-coordinate representation of color #AB948B: hue angle of 16.88º 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 #AB948B is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 148 | 139 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.33 |
| HSL | 16.88º | 0.16% | 0.61% | - |
| HSV(B) | 16.88º | 0.19% | 0.67% | - |
| XYZ | 32.04 | 31.7 | 28.86 | - |
| YUV | 153.85 | 119.62 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 148 | 139 | 0 | 0.13 | 0.19 | 0.33 | 16.88 | 0.16 | 0.61 |
| Hex | AB | 94 | 8B | 0 | D | 13 | 21 | 11 | 10 | 3D |
| Octal | 253 | 224 | 213 | 0 | 15 | 23 | 41 | 21 | 20 | 75 |
| Binary | 10101011 | 10010100 | 10001011 | 0 | 1101 | 10011 | 100001 | 10001 | 10000 | 111101 |
Color Harmonies of #AB948B
Complementary color
Monochromatic Colors of #AB948B
Black with #AB948B
Text Example
Text Example
White with #AB948B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB948B; }
p { color: rgb(171,148,139); }
H1.HeaderClassName
{
color: #AB948B;
}
.AnyTagClassName
{
color: #AB948B;
}
</style>
background-color css
<style>
a { background-color: #AB948B; }
a { background-color: rgb(171,148,139); }
div.DivClassName
{
background-color: #AB948B;
}
.BgClassName
{
background-color: #AB948B;
}
</style>
border-color css
<style>
span { border-color: #AB948B; }
span { border-color: rgb(171,148,139); }
td.TdClassName
{
border-color: #AB948B;
}
.TagClassName
{
border-color: #AB948B;
}
</style>