Shades of Del Rio #AE968E
Tints of Del Rio #AE968E
RGB
CMYK
RGB Variations
Color information
#AE968E (or 0xAE968E) is known color: Del Rio. HEX triplet: AE, 96 and 8E. RGB value is (174,150,142). Sum of RGB (Red+Green+Blue) = 174+150+142=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 174 - color contains mainly: red. Hex color #AE968E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE968E is #516971. Grayscale: #9C9C9C. Windows color (decimal): -5335410 or 9344686. OLE color: 9344686.
HSL color Cylindrical-coordinate representation of color #AE968E: hue angle of 15º 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 #AE968E is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 150 | 142 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.32 |
| HSL | 15º | 0.16% | 0.62% | - |
| HSV(B) | 15º | 0.18% | 0.68% | - |
| XYZ | 33.24 | 32.76 | 30.16 | - |
| YUV | 156.26 | 119.95 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 150 | 142 | 0 | 0.14 | 0.18 | 0.32 | 15 | 0.16 | 0.62 |
| Hex | AE | 96 | 8E | 0 | E | 12 | 20 | F | 10 | 3E |
| Octal | 256 | 226 | 216 | 0 | 16 | 22 | 40 | 17 | 20 | 76 |
| Binary | 10101110 | 10010110 | 10001110 | 0 | 1110 | 10010 | 100000 | 1111 | 10000 | 111110 |
Color Harmonies of #AE968E
Complementary color
Monochromatic Colors of #AE968E
Black with #AE968E
Text Example
Text Example
White with #AE968E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE968E; }
p { color: rgb(174,150,142); }
H1.HeaderClassName
{
color: #AE968E;
}
.AnyTagClassName
{
color: #AE968E;
}
</style>
background-color css
<style>
a { background-color: #AE968E; }
a { background-color: rgb(174,150,142); }
div.DivClassName
{
background-color: #AE968E;
}
.BgClassName
{
background-color: #AE968E;
}
</style>
border-color css
<style>
span { border-color: #AE968E; }
span { border-color: rgb(174,150,142); }
td.TdClassName
{
border-color: #AE968E;
}
.TagClassName
{
border-color: #AE968E;
}
</style>