Shades of Del Rio #AE9085
Tints of Del Rio #AE9085
RGB
CMYK
RGB Variations
Color information
#AE9085 (or 0xAE9085) is known color: Del Rio. HEX triplet: AE, 90 and 85. RGB value is (174,144,133). Sum of RGB (Red+Green+Blue) = 174+144+133=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 144 (56.64% from 255 or 31.93% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9085 is #516F7A. Grayscale: #979797. Windows color (decimal): -5336955 or 8753326. OLE color: 8753326.
HSL color Cylindrical-coordinate representation of color #AE9085: hue angle of 16.1º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AE9085 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 144 | 133 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.32 |
| HSL | 16.1º | 0.2% | 0.6% | - |
| HSV(B) | 16.1º | 0.24% | 0.68% | - |
| XYZ | 31.66 | 30.64 | 26.44 | - |
| YUV | 151.72 | 117.44 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 144 | 133 | 0 | 0.17 | 0.24 | 0.32 | 16.1 | 0.2 | 0.6 |
| Hex | AE | 90 | 85 | 0 | 11 | 18 | 20 | 10 | 14 | 3C |
| Octal | 256 | 220 | 205 | 0 | 21 | 30 | 40 | 20 | 24 | 74 |
| Binary | 10101110 | 10010000 | 10000101 | 0 | 10001 | 11000 | 100000 | 10000 | 10100 | 111100 |
Color Harmonies of #AE9085
Complementary color
Monochromatic Colors of #AE9085
Black with #AE9085
Text Example
Text Example
White with #AE9085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9085; }
p { color: rgb(174,144,133); }
H1.HeaderClassName
{
color: #AE9085;
}
.AnyTagClassName
{
color: #AE9085;
}
</style>
background-color css
<style>
a { background-color: #AE9085; }
a { background-color: rgb(174,144,133); }
div.DivClassName
{
background-color: #AE9085;
}
.BgClassName
{
background-color: #AE9085;
}
</style>
border-color css
<style>
span { border-color: #AE9085; }
span { border-color: rgb(174,144,133); }
td.TdClassName
{
border-color: #AE9085;
}
.TagClassName
{
border-color: #AE9085;
}
</style>