Shades of Del Rio #AB948C
Tints of Del Rio #AB948C
RGB
CMYK
RGB Variations
Color information
#AB948C (or 0xAB948C) is known color: Del Rio. HEX triplet: AB, 94 and 8C. RGB value is (171,148,140). Sum of RGB (Red+Green+Blue) = 171+148+140=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 148 (58.20% from 255 or 32.24% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 171 - color contains mainly: red. Hex color #AB948C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB948C is #546B73. Grayscale: #9A9A9A. Windows color (decimal): -5532532 or 9213099. OLE color: 9213099.
HSL color Cylindrical-coordinate representation of color #AB948C: hue angle of 15.48º degrees, saturation: 0.16, 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 #AB948C is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 148 | 140 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.33 |
| HSL | 15.48º | 0.16% | 0.61% | - |
| HSV(B) | 15.48º | 0.18% | 0.67% | - |
| XYZ | 32.12 | 31.73 | 29.24 | - |
| YUV | 153.97 | 120.12 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 148 | 140 | 0 | 0.13 | 0.18 | 0.33 | 15.48 | 0.16 | 0.61 |
| Hex | AB | 94 | 8C | 0 | D | 12 | 21 | F | 10 | 3D |
| Octal | 253 | 224 | 214 | 0 | 15 | 22 | 41 | 17 | 20 | 75 |
| Binary | 10101011 | 10010100 | 10001100 | 0 | 1101 | 10010 | 100001 | 1111 | 10000 | 111101 |
Color Harmonies of #AB948C
Complementary color
Monochromatic Colors of #AB948C
Black with #AB948C
Text Example
Text Example
White with #AB948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB948C; }
p { color: rgb(171,148,140); }
H1.HeaderClassName
{
color: #AB948C;
}
.AnyTagClassName
{
color: #AB948C;
}
</style>
background-color css
<style>
a { background-color: #AB948C; }
a { background-color: rgb(171,148,140); }
div.DivClassName
{
background-color: #AB948C;
}
.BgClassName
{
background-color: #AB948C;
}
</style>
border-color css
<style>
span { border-color: #AB948C; }
span { border-color: rgb(171,148,140); }
td.TdClassName
{
border-color: #AB948C;
}
.TagClassName
{
border-color: #AB948C;
}
</style>