Shades of Del Rio #AB9B93
Tints of Del Rio #AB9B93
RGB
CMYK
RGB Variations
Color information
#AB9B93 (or 0xAB9B93) is known color: Del Rio. HEX triplet: AB, 9B and 93. RGB value is (171,155,147). Sum of RGB (Red+Green+Blue) = 171+155+147=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 147 (57.81% from 255 or 31.08% from 473); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9B93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9B93 is #54646C. Grayscale: #9E9E9E. Windows color (decimal): -5530733 or 9673643. OLE color: 9673643.
HSL color Cylindrical-coordinate representation of color #AB9B93: hue angle of 20º 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 #AB9B93 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 155 | 147 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.33 |
| HSL | 20º | 0.13% | 0.62% | - |
| HSV(B) | 20º | 0.14% | 0.67% | - |
| XYZ | 33.78 | 34.21 | 32.43 | - |
| YUV | 158.87 | 121.3 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 155 | 147 | 0 | 0.09 | 0.14 | 0.33 | 20 | 0.13 | 0.62 |
| Hex | AB | 9B | 93 | 0 | 9 | E | 21 | 14 | C | 3E |
| Octal | 253 | 233 | 223 | 0 | 11 | 16 | 41 | 24 | 14 | 76 |
| Binary | 10101011 | 10011011 | 10010011 | 0 | 1001 | 1110 | 100001 | 10100 | 1100 | 111110 |
Color Harmonies of #AB9B93
Complementary color
Monochromatic Colors of #AB9B93
Black with #AB9B93
Text Example
Text Example
White with #AB9B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9B93; }
p { color: rgb(171,155,147); }
H1.HeaderClassName
{
color: #AB9B93;
}
.AnyTagClassName
{
color: #AB9B93;
}
</style>
background-color css
<style>
a { background-color: #AB9B93; }
a { background-color: rgb(171,155,147); }
div.DivClassName
{
background-color: #AB9B93;
}
.BgClassName
{
background-color: #AB9B93;
}
</style>
border-color css
<style>
span { border-color: #AB9B93; }
span { border-color: rgb(171,155,147); }
td.TdClassName
{
border-color: #AB9B93;
}
.TagClassName
{
border-color: #AB9B93;
}
</style>