Shades of Del Rio #AE978E
Tints of Del Rio #AE978E
RGB
CMYK
RGB Variations
Color information
#AE978E (or 0xAE978E) is known color: Del Rio. HEX triplet: AE, 97 and 8E. RGB value is (174,151,142). Sum of RGB (Red+Green+Blue) = 174+151+142=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 151 (59.38% from 255 or 32.33% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 174 - color contains mainly: red. Hex color #AE978E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE978E is #516871. Grayscale: #9C9C9C. Windows color (decimal): -5335154 or 9344942. OLE color: 9344942.
HSL color Cylindrical-coordinate representation of color #AE978E: hue angle of 16.88º 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 #AE978E is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 151 | 142 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.32 |
| HSL | 16.88º | 0.16% | 0.62% | - |
| HSV(B) | 16.88º | 0.18% | 0.68% | - |
| XYZ | 33.4 | 33.08 | 30.22 | - |
| YUV | 156.85 | 119.62 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 151 | 142 | 0 | 0.13 | 0.18 | 0.32 | 16.88 | 0.16 | 0.62 |
| Hex | AE | 97 | 8E | 0 | D | 12 | 20 | 11 | 10 | 3E |
| Octal | 256 | 227 | 216 | 0 | 15 | 22 | 40 | 21 | 20 | 76 |
| Binary | 10101110 | 10010111 | 10001110 | 0 | 1101 | 10010 | 100000 | 10001 | 10000 | 111110 |
Color Harmonies of #AE978E
Complementary color
Monochromatic Colors of #AE978E
Black with #AE978E
Text Example
Text Example
White with #AE978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE978E; }
p { color: rgb(174,151,142); }
H1.HeaderClassName
{
color: #AE978E;
}
.AnyTagClassName
{
color: #AE978E;
}
</style>
background-color css
<style>
a { background-color: #AE978E; }
a { background-color: rgb(174,151,142); }
div.DivClassName
{
background-color: #AE978E;
}
.BgClassName
{
background-color: #AE978E;
}
</style>
border-color css
<style>
span { border-color: #AE978E; }
span { border-color: rgb(174,151,142); }
td.TdClassName
{
border-color: #AE978E;
}
.TagClassName
{
border-color: #AE978E;
}
</style>