Shades of Del Rio #AE998C
Tints of Del Rio #AE998C
RGB
CMYK
RGB Variations
Color information
#AE998C (or 0xAE998C) is known color: Del Rio. HEX triplet: AE, 99 and 8C. RGB value is (174,153,140). Sum of RGB (Red+Green+Blue) = 174+153+140=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 174 - color contains mainly: red. Hex color #AE998C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE998C is #516673. Grayscale: #9D9D9D. Windows color (decimal): -5334644 or 9214382. OLE color: 9214382.
HSL color Cylindrical-coordinate representation of color #AE998C: hue angle of 22.94º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AE998C is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 153 | 140 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.32 |
| HSL | 22.94º | 0.17% | 0.62% | - |
| HSV(B) | 22.94º | 0.2% | 0.68% | - |
| XYZ | 33.58 | 33.67 | 29.54 | - |
| YUV | 157.8 | 117.96 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 153 | 140 | 0 | 0.12 | 0.20 | 0.32 | 22.94 | 0.17 | 0.62 |
| Hex | AE | 99 | 8C | 0 | C | 14 | 20 | 17 | 11 | 3E |
| Octal | 256 | 231 | 214 | 0 | 14 | 24 | 40 | 27 | 21 | 76 |
| Binary | 10101110 | 10011001 | 10001100 | 0 | 1100 | 10100 | 100000 | 10111 | 10001 | 111110 |
Color Harmonies of #AE998C
Complementary color
Monochromatic Colors of #AE998C
Black with #AE998C
Text Example
Text Example
White with #AE998C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE998C; }
p { color: rgb(174,153,140); }
H1.HeaderClassName
{
color: #AE998C;
}
.AnyTagClassName
{
color: #AE998C;
}
</style>
background-color css
<style>
a { background-color: #AE998C; }
a { background-color: rgb(174,153,140); }
div.DivClassName
{
background-color: #AE998C;
}
.BgClassName
{
background-color: #AE998C;
}
</style>
border-color css
<style>
span { border-color: #AE998C; }
span { border-color: rgb(174,153,140); }
td.TdClassName
{
border-color: #AE998C;
}
.TagClassName
{
border-color: #AE998C;
}
</style>