Shades of Del Rio #AE998F
Tints of Del Rio #AE998F
RGB
CMYK
RGB Variations
Color information
#AE998F (or 0xAE998F) is known color: Del Rio. HEX triplet: AE, 99 and 8F. RGB value is (174,153,143). Sum of RGB (Red+Green+Blue) = 174+153+143=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 143 (56.25% from 255 or 30.43% from 470); Max value from RGB is 174 - color contains mainly: red. Hex color #AE998F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE998F is #516670. Grayscale: #9E9E9E. Windows color (decimal): -5334641 or 9410990. OLE color: 9410990.
HSL color Cylindrical-coordinate representation of color #AE998F: hue angle of 19.35º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AE998F is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 153 | 143 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.32 |
| HSL | 19.35º | 0.16% | 0.62% | - |
| HSV(B) | 19.35º | 0.18% | 0.68% | - |
| XYZ | 33.8 | 33.76 | 30.72 | - |
| YUV | 158.14 | 119.46 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 153 | 143 | 0 | 0.12 | 0.18 | 0.32 | 19.35 | 0.16 | 0.62 |
| Hex | AE | 99 | 8F | 0 | C | 12 | 20 | 13 | 10 | 3E |
| Octal | 256 | 231 | 217 | 0 | 14 | 22 | 40 | 23 | 20 | 76 |
| Binary | 10101110 | 10011001 | 10001111 | 0 | 1100 | 10010 | 100000 | 10011 | 10000 | 111110 |
Color Harmonies of #AE998F
Complementary color
Monochromatic Colors of #AE998F
Black with #AE998F
Text Example
Text Example
White with #AE998F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE998F; }
p { color: rgb(174,153,143); }
H1.HeaderClassName
{
color: #AE998F;
}
.AnyTagClassName
{
color: #AE998F;
}
</style>
background-color css
<style>
a { background-color: #AE998F; }
a { background-color: rgb(174,153,143); }
div.DivClassName
{
background-color: #AE998F;
}
.BgClassName
{
background-color: #AE998F;
}
</style>
border-color css
<style>
span { border-color: #AE998F; }
span { border-color: rgb(174,153,143); }
td.TdClassName
{
border-color: #AE998F;
}
.TagClassName
{
border-color: #AE998F;
}
</style>