Shades of Del Rio #AE9488
Tints of Del Rio #AE9488
RGB
CMYK
RGB Variations
Color information
#AE9488 (or 0xAE9488) is known color: Del Rio. HEX triplet: AE, 94 and 88. RGB value is (174,148,136). Sum of RGB (Red+Green+Blue) = 174+148+136=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 148 (58.20% from 255 or 32.31% from 458); Blue value is 136 (53.52% from 255 or 29.69% from 458); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9488 is #516B77. Grayscale: #9A9A9A. Windows color (decimal): -5335928 or 8950958. OLE color: 8950958.
HSL color Cylindrical-coordinate representation of color #AE9488: hue angle of 18.95º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AE9488 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 148 | 136 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.32 |
| HSL | 18.95º | 0.19% | 0.61% | - |
| HSV(B) | 18.95º | 0.22% | 0.68% | - |
| XYZ | 32.49 | 31.96 | 27.75 | - |
| YUV | 154.41 | 117.61 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 148 | 136 | 0 | 0.15 | 0.22 | 0.32 | 18.95 | 0.19 | 0.61 |
| Hex | AE | 94 | 88 | 0 | F | 16 | 20 | 13 | 13 | 3D |
| Octal | 256 | 224 | 210 | 0 | 17 | 26 | 40 | 23 | 23 | 75 |
| Binary | 10101110 | 10010100 | 10001000 | 0 | 1111 | 10110 | 100000 | 10011 | 10011 | 111101 |
Color Harmonies of #AE9488
Complementary color
Monochromatic Colors of #AE9488
Black with #AE9488
Text Example
Text Example
White with #AE9488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9488; }
p { color: rgb(174,148,136); }
H1.HeaderClassName
{
color: #AE9488;
}
.AnyTagClassName
{
color: #AE9488;
}
</style>
background-color css
<style>
a { background-color: #AE9488; }
a { background-color: rgb(174,148,136); }
div.DivClassName
{
background-color: #AE9488;
}
.BgClassName
{
background-color: #AE9488;
}
</style>
border-color css
<style>
span { border-color: #AE9488; }
span { border-color: rgb(174,148,136); }
td.TdClassName
{
border-color: #AE9488;
}
.TagClassName
{
border-color: #AE9488;
}
</style>