Shades of Del Rio #AEA199
Tints of Del Rio #AEA199
RGB
CMYK
RGB Variations
Color information
#AEA199 (or 0xAEA199) is known color: Del Rio. HEX triplet: AE, A1 and 99. RGB value is (174,161,153). Sum of RGB (Red+Green+Blue) = 174+161+153=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 161 (63.28% from 255 or 32.99% from 488); Blue value is 153 (60.16% from 255 or 31.35% from 488); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA199 is #515E66. Grayscale: #A4A4A4. Windows color (decimal): -5332583 or 10068398. OLE color: 10068398.
HSL color Cylindrical-coordinate representation of color #AEA199: hue angle of 22.86º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AEA199 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 161 | 153 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.32 |
| HSL | 22.86º | 0.11% | 0.64% | - |
| HSV(B) | 22.86º | 0.12% | 0.68% | - |
| XYZ | 35.95 | 36.79 | 35.34 | - |
| YUV | 163.98 | 121.81 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 161 | 153 | 0 | 0.07 | 0.12 | 0.32 | 22.86 | 0.11 | 0.64 |
| Hex | AE | A1 | 99 | 0 | 7 | C | 20 | 17 | B | 40 |
| Octal | 256 | 241 | 231 | 0 | 7 | 14 | 40 | 27 | 13 | 100 |
| Binary | 10101110 | 10100001 | 10011001 | 0 | 111 | 1100 | 100000 | 10111 | 1011 | 1000000 |
Color Harmonies of #AEA199
Complementary color
Monochromatic Colors of #AEA199
Black with #AEA199
Text Example
Text Example
White with #AEA199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA199; }
p { color: rgb(174,161,153); }
H1.HeaderClassName
{
color: #AEA199;
}
.AnyTagClassName
{
color: #AEA199;
}
</style>
background-color css
<style>
a { background-color: #AEA199; }
a { background-color: rgb(174,161,153); }
div.DivClassName
{
background-color: #AEA199;
}
.BgClassName
{
background-color: #AEA199;
}
</style>
border-color css
<style>
span { border-color: #AEA199; }
span { border-color: rgb(174,161,153); }
td.TdClassName
{
border-color: #AEA199;
}
.TagClassName
{
border-color: #AEA199;
}
</style>