Shades of Del Rio #AE9C93
Tints of Del Rio #AE9C93
RGB
CMYK
RGB Variations
Color information
#AE9C93 (or 0xAE9C93) is known color: Del Rio. HEX triplet: AE, 9C and 93. RGB value is (174,156,147). Sum of RGB (Red+Green+Blue) = 174+156+147=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 156 (61.33% from 255 or 32.70% from 477); Blue value is 147 (57.81% from 255 or 30.82% from 477); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9C93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9C93 is #51636C. Grayscale: #A0A0A0. Windows color (decimal): -5333869 or 9673902. OLE color: 9673902.
HSL color Cylindrical-coordinate representation of color #AE9C93: hue angle of 20º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AE9C93 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 156 | 147 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.32 |
| HSL | 20º | 0.14% | 0.63% | - |
| HSV(B) | 20º | 0.16% | 0.68% | - |
| XYZ | 34.61 | 34.88 | 32.51 | - |
| YUV | 160.36 | 120.46 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 156 | 147 | 0 | 0.10 | 0.16 | 0.32 | 20 | 0.14 | 0.63 |
| Hex | AE | 9C | 93 | 0 | A | 10 | 20 | 14 | E | 3F |
| Octal | 256 | 234 | 223 | 0 | 12 | 20 | 40 | 24 | 16 | 77 |
| Binary | 10101110 | 10011100 | 10010011 | 0 | 1010 | 10000 | 100000 | 10100 | 1110 | 111111 |
Color Harmonies of #AE9C93
Complementary color
Monochromatic Colors of #AE9C93
Black with #AE9C93
Text Example
Text Example
White with #AE9C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9C93; }
p { color: rgb(174,156,147); }
H1.HeaderClassName
{
color: #AE9C93;
}
.AnyTagClassName
{
color: #AE9C93;
}
</style>
background-color css
<style>
a { background-color: #AE9C93; }
a { background-color: rgb(174,156,147); }
div.DivClassName
{
background-color: #AE9C93;
}
.BgClassName
{
background-color: #AE9C93;
}
</style>
border-color css
<style>
span { border-color: #AE9C93; }
span { border-color: rgb(174,156,147); }
td.TdClassName
{
border-color: #AE9C93;
}
.TagClassName
{
border-color: #AE9C93;
}
</style>