Shades of Del Rio #AB9C95
Tints of Del Rio #AB9C95
RGB
CMYK
RGB Variations
Color information
#AB9C95 (or 0xAB9C95) is known color: Del Rio. HEX triplet: AB, 9C and 95. RGB value is (171,156,149). Sum of RGB (Red+Green+Blue) = 171+156+149=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 149 (58.59% from 255 or 31.30% from 476); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9C95 is #54636A. Grayscale: #9F9F9F. Windows color (decimal): -5530475 or 9804971. OLE color: 9804971.
HSL color Cylindrical-coordinate representation of color #AB9C95: hue angle of 19.09º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AB9C95 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 156 | 149 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.33 |
| HSL | 19.09º | 0.12% | 0.63% | - |
| HSV(B) | 19.09º | 0.13% | 0.67% | - |
| XYZ | 34.11 | 34.6 | 33.32 | - |
| YUV | 159.69 | 121.97 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 156 | 149 | 0 | 0.09 | 0.13 | 0.33 | 19.09 | 0.12 | 0.63 |
| Hex | AB | 9C | 95 | 0 | 9 | D | 21 | 13 | C | 3F |
| Octal | 253 | 234 | 225 | 0 | 11 | 15 | 41 | 23 | 14 | 77 |
| Binary | 10101011 | 10011100 | 10010101 | 0 | 1001 | 1101 | 100001 | 10011 | 1100 | 111111 |
Color Harmonies of #AB9C95
Complementary color
Monochromatic Colors of #AB9C95
Black with #AB9C95
Text Example
Text Example
White with #AB9C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9C95; }
p { color: rgb(171,156,149); }
H1.HeaderClassName
{
color: #AB9C95;
}
.AnyTagClassName
{
color: #AB9C95;
}
</style>
background-color css
<style>
a { background-color: #AB9C95; }
a { background-color: rgb(171,156,149); }
div.DivClassName
{
background-color: #AB9C95;
}
.BgClassName
{
background-color: #AB9C95;
}
</style>
border-color css
<style>
span { border-color: #AB9C95; }
span { border-color: rgb(171,156,149); }
td.TdClassName
{
border-color: #AB9C95;
}
.TagClassName
{
border-color: #AB9C95;
}
</style>