Shades of Del Rio #AB968E
Tints of Del Rio #AB968E
RGB
CMYK
RGB Variations
Color information
#AB968E (or 0xAB968E) is known color: Del Rio. HEX triplet: AB, 96 and 8E. RGB value is (171,150,142). Sum of RGB (Red+Green+Blue) = 171+150+142=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 150 (58.98% from 255 or 32.40% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 171 - color contains mainly: red. Hex color #AB968E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB968E is #546971. Grayscale: #9B9B9B. Windows color (decimal): -5532018 or 9344683. OLE color: 9344683.
HSL color Cylindrical-coordinate representation of color #AB968E: hue angle of 16.55º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AB968E is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 150 | 142 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.33 |
| HSL | 16.55º | 0.15% | 0.61% | - |
| HSV(B) | 16.55º | 0.17% | 0.67% | - |
| XYZ | 32.58 | 32.42 | 30.13 | - |
| YUV | 155.37 | 120.46 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 150 | 142 | 0 | 0.12 | 0.17 | 0.33 | 16.55 | 0.15 | 0.61 |
| Hex | AB | 96 | 8E | 0 | C | 11 | 21 | 11 | F | 3D |
| Octal | 253 | 226 | 216 | 0 | 14 | 21 | 41 | 21 | 17 | 75 |
| Binary | 10101011 | 10010110 | 10001110 | 0 | 1100 | 10001 | 100001 | 10001 | 1111 | 111101 |
Color Harmonies of #AB968E
Complementary color
Monochromatic Colors of #AB968E
Black with #AB968E
Text Example
Text Example
White with #AB968E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB968E; }
p { color: rgb(171,150,142); }
H1.HeaderClassName
{
color: #AB968E;
}
.AnyTagClassName
{
color: #AB968E;
}
</style>
background-color css
<style>
a { background-color: #AB968E; }
a { background-color: rgb(171,150,142); }
div.DivClassName
{
background-color: #AB968E;
}
.BgClassName
{
background-color: #AB968E;
}
</style>
border-color css
<style>
span { border-color: #AB968E; }
span { border-color: rgb(171,150,142); }
td.TdClassName
{
border-color: #AB968E;
}
.TagClassName
{
border-color: #AB968E;
}
</style>