Shades of Del Rio #AB938A
Tints of Del Rio #AB938A
RGB
CMYK
RGB Variations
Color information
#AB938A (or 0xAB938A) is known color: Del Rio. HEX triplet: AB, 93 and 8A. RGB value is (171,147,138). Sum of RGB (Red+Green+Blue) = 171+147+138=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 171 - color contains mainly: red. Hex color #AB938A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB938A is #546C75. Grayscale: #999999. Windows color (decimal): -5532790 or 9081771. OLE color: 9081771.
HSL color Cylindrical-coordinate representation of color #AB938A: hue angle of 16.36º 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 #AB938A is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 147 | 138 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.33 |
| HSL | 16.36º | 0.16% | 0.61% | - |
| HSV(B) | 16.36º | 0.19% | 0.67% | - |
| XYZ | 31.82 | 31.36 | 28.42 | - |
| YUV | 153.15 | 119.45 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 147 | 138 | 0 | 0.14 | 0.19 | 0.33 | 16.36 | 0.16 | 0.61 |
| Hex | AB | 93 | 8A | 0 | E | 13 | 21 | 10 | 10 | 3D |
| Octal | 253 | 223 | 212 | 0 | 16 | 23 | 41 | 20 | 20 | 75 |
| Binary | 10101011 | 10010011 | 10001010 | 0 | 1110 | 10011 | 100001 | 10000 | 10000 | 111101 |
Color Harmonies of #AB938A
Complementary color
Monochromatic Colors of #AB938A
Black with #AB938A
Text Example
Text Example
White with #AB938A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB938A; }
p { color: rgb(171,147,138); }
H1.HeaderClassName
{
color: #AB938A;
}
.AnyTagClassName
{
color: #AB938A;
}
</style>
background-color css
<style>
a { background-color: #AB938A; }
a { background-color: rgb(171,147,138); }
div.DivClassName
{
background-color: #AB938A;
}
.BgClassName
{
background-color: #AB938A;
}
</style>
border-color css
<style>
span { border-color: #AB938A; }
span { border-color: rgb(171,147,138); }
td.TdClassName
{
border-color: #AB938A;
}
.TagClassName
{
border-color: #AB938A;
}
</style>