Shades of Del Rio #AB9D96
Tints of Del Rio #AB9D96
RGB
CMYK
RGB Variations
Color information
#AB9D96 (or 0xAB9D96) is known color: Del Rio. HEX triplet: AB, 9D and 96. RGB value is (171,157,150). Sum of RGB (Red+Green+Blue) = 171+157+150=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 157 (61.72% from 255 or 32.85% from 478); Blue value is 150 (58.98% from 255 or 31.38% from 478); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9D96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9D96 is #546269. Grayscale: #A0A0A0. Windows color (decimal): -5530218 or 9870763. OLE color: 9870763.
HSL color Cylindrical-coordinate representation of color #AB9D96: hue angle of 20º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AB9D96 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 157 | 150 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.33 |
| HSL | 20º | 0.11% | 0.63% | - |
| HSV(B) | 20º | 0.12% | 0.67% | - |
| XYZ | 34.36 | 34.97 | 33.79 | - |
| YUV | 160.39 | 122.14 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 157 | 150 | 0 | 0.08 | 0.12 | 0.33 | 20 | 0.11 | 0.63 |
| Hex | AB | 9D | 96 | 0 | 8 | C | 21 | 14 | B | 3F |
| Octal | 253 | 235 | 226 | 0 | 10 | 14 | 41 | 24 | 13 | 77 |
| Binary | 10101011 | 10011101 | 10010110 | 0 | 1000 | 1100 | 100001 | 10100 | 1011 | 111111 |
Color Harmonies of #AB9D96
Complementary color
Monochromatic Colors of #AB9D96
Black with #AB9D96
Text Example
Text Example
White with #AB9D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9D96; }
p { color: rgb(171,157,150); }
H1.HeaderClassName
{
color: #AB9D96;
}
.AnyTagClassName
{
color: #AB9D96;
}
</style>
background-color css
<style>
a { background-color: #AB9D96; }
a { background-color: rgb(171,157,150); }
div.DivClassName
{
background-color: #AB9D96;
}
.BgClassName
{
background-color: #AB9D96;
}
</style>
border-color css
<style>
span { border-color: #AB9D96; }
span { border-color: rgb(171,157,150); }
td.TdClassName
{
border-color: #AB9D96;
}
.TagClassName
{
border-color: #AB9D96;
}
</style>