Shades of Del Rio #AE9E94
Tints of Del Rio #AE9E94
RGB
CMYK
RGB Variations
Color information
#AE9E94 (or 0xAE9E94) is known color: Del Rio. HEX triplet: AE, 9E and 94. RGB value is (174,158,148). Sum of RGB (Red+Green+Blue) = 174+158+148=480 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.25% from 480); Green value is 158 (62.11% from 255 or 32.92% from 480); Blue value is 148 (58.20% from 255 or 30.83% from 480); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9E94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9E94 is #51616B. Grayscale: #A1A1A1. Windows color (decimal): -5333356 or 9739950. OLE color: 9739950.
HSL color Cylindrical-coordinate representation of color #AE9E94: hue angle of 23.08º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AE9E94 is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 158 | 148 | - |
| CMYK | 0 | 0.09 | 0.15 | 0.32 |
| HSL | 23.08º | 0.14% | 0.63% | - |
| HSV(B) | 23.08º | 0.15% | 0.68% | - |
| XYZ | 35.03 | 35.59 | 33.04 | - |
| YUV | 161.64 | 120.3 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 158 | 148 | 0 | 0.09 | 0.15 | 0.32 | 23.08 | 0.14 | 0.63 |
| Hex | AE | 9E | 94 | 0 | 9 | F | 20 | 17 | E | 3F |
| Octal | 256 | 236 | 224 | 0 | 11 | 17 | 40 | 27 | 16 | 77 |
| Binary | 10101110 | 10011110 | 10010100 | 0 | 1001 | 1111 | 100000 | 10111 | 1110 | 111111 |
Color Harmonies of #AE9E94
Complementary color
Monochromatic Colors of #AE9E94
Black with #AE9E94
Text Example
Text Example
White with #AE9E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9E94; }
p { color: rgb(174,158,148); }
H1.HeaderClassName
{
color: #AE9E94;
}
.AnyTagClassName
{
color: #AE9E94;
}
</style>
background-color css
<style>
a { background-color: #AE9E94; }
a { background-color: rgb(174,158,148); }
div.DivClassName
{
background-color: #AE9E94;
}
.BgClassName
{
background-color: #AE9E94;
}
</style>
border-color css
<style>
span { border-color: #AE9E94; }
span { border-color: rgb(174,158,148); }
td.TdClassName
{
border-color: #AE9E94;
}
.TagClassName
{
border-color: #AE9E94;
}
</style>