Shades of Del Rio #AB9A93
Tints of Del Rio #AB9A93
RGB
CMYK
RGB Variations
Color information
#AB9A93 (or 0xAB9A93) is known color: Del Rio. HEX triplet: AB, 9A and 93. RGB value is (171,154,147). Sum of RGB (Red+Green+Blue) = 171+154+147=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 154 (60.55% from 255 or 32.63% from 472); Blue value is 147 (57.81% from 255 or 31.14% from 472); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9A93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9A93 is #54656C. Grayscale: #9E9E9E. Windows color (decimal): -5530989 or 9673387. OLE color: 9673387.
HSL color Cylindrical-coordinate representation of color #AB9A93: hue angle of 17.5º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AB9A93 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 154 | 147 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.33 |
| HSL | 17.5º | 0.13% | 0.62% | - |
| HSV(B) | 17.5º | 0.14% | 0.67% | - |
| XYZ | 33.62 | 33.88 | 32.37 | - |
| YUV | 158.29 | 121.63 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 154 | 147 | 0 | 0.10 | 0.14 | 0.33 | 17.5 | 0.13 | 0.62 |
| Hex | AB | 9A | 93 | 0 | A | E | 21 | 12 | C | 3E |
| Octal | 253 | 232 | 223 | 0 | 12 | 16 | 41 | 22 | 14 | 76 |
| Binary | 10101011 | 10011010 | 10010011 | 0 | 1010 | 1110 | 100001 | 10010 | 1100 | 111110 |
Color Harmonies of #AB9A93
Complementary color
Monochromatic Colors of #AB9A93
Black with #AB9A93
Text Example
Text Example
White with #AB9A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9A93; }
p { color: rgb(171,154,147); }
H1.HeaderClassName
{
color: #AB9A93;
}
.AnyTagClassName
{
color: #AB9A93;
}
</style>
background-color css
<style>
a { background-color: #AB9A93; }
a { background-color: rgb(171,154,147); }
div.DivClassName
{
background-color: #AB9A93;
}
.BgClassName
{
background-color: #AB9A93;
}
</style>
border-color css
<style>
span { border-color: #AB9A93; }
span { border-color: rgb(171,154,147); }
td.TdClassName
{
border-color: #AB9A93;
}
.TagClassName
{
border-color: #AB9A93;
}
</style>