Shades of Del Rio #AB968B
Tints of Del Rio #AB968B
RGB
CMYK
RGB Variations
Color information
#AB968B (or 0xAB968B) is known color: Del Rio. HEX triplet: AB, 96 and 8B. RGB value is (171,150,139). Sum of RGB (Red+Green+Blue) = 171+150+139=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 150 (58.98% from 255 or 32.61% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 171 - color contains mainly: red. Hex color #AB968B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB968B is #546974. Grayscale: #9B9B9B. Windows color (decimal): -5532021 or 9148075. OLE color: 9148075.
HSL color Cylindrical-coordinate representation of color #AB968B: hue angle of 20.62º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AB968B is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 150 | 139 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.33 |
| HSL | 20.63º | 0.16% | 0.61% | - |
| HSV(B) | 20.63º | 0.19% | 0.67% | - |
| XYZ | 32.36 | 32.33 | 28.96 | - |
| YUV | 155.03 | 118.96 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 150 | 139 | 0 | 0.12 | 0.19 | 0.33 | 20.63 | 0.16 | 0.61 |
| Hex | AB | 96 | 8B | 0 | C | 13 | 21 | 15 | 10 | 3D |
| Octal | 253 | 226 | 213 | 0 | 14 | 23 | 41 | 25 | 20 | 75 |
| Binary | 10101011 | 10010110 | 10001011 | 0 | 1100 | 10011 | 100001 | 10101 | 10000 | 111101 |
Color Harmonies of #AB968B
Complementary color
Monochromatic Colors of #AB968B
Black with #AB968B
Text Example
Text Example
White with #AB968B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB968B; }
p { color: rgb(171,150,139); }
H1.HeaderClassName
{
color: #AB968B;
}
.AnyTagClassName
{
color: #AB968B;
}
</style>
background-color css
<style>
a { background-color: #AB968B; }
a { background-color: rgb(171,150,139); }
div.DivClassName
{
background-color: #AB968B;
}
.BgClassName
{
background-color: #AB968B;
}
</style>
border-color css
<style>
span { border-color: #AB968B; }
span { border-color: rgb(171,150,139); }
td.TdClassName
{
border-color: #AB968B;
}
.TagClassName
{
border-color: #AB968B;
}
</style>