Shades of Del Rio #AE9B8F
Tints of Del Rio #AE9B8F
RGB
CMYK
RGB Variations
Color information
#AE9B8F (or 0xAE9B8F) is known color: Del Rio. HEX triplet: AE, 9B and 8F. RGB value is (174,155,143). Sum of RGB (Red+Green+Blue) = 174+155+143=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9B8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9B8F is #516470. Grayscale: #9F9F9F. Windows color (decimal): -5334129 or 9411502. OLE color: 9411502.
HSL color Cylindrical-coordinate representation of color #AE9B8F: hue angle of 23.23º 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 #AE9B8F is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 155 | 143 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.32 |
| HSL | 23.23º | 0.16% | 0.62% | - |
| HSV(B) | 23.23º | 0.18% | 0.68% | - |
| XYZ | 34.13 | 34.42 | 30.83 | - |
| YUV | 159.31 | 118.79 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 155 | 143 | 0 | 0.11 | 0.18 | 0.32 | 23.23 | 0.16 | 0.62 |
| Hex | AE | 9B | 8F | 0 | B | 12 | 20 | 17 | 10 | 3E |
| Octal | 256 | 233 | 217 | 0 | 13 | 22 | 40 | 27 | 20 | 76 |
| Binary | 10101110 | 10011011 | 10001111 | 0 | 1011 | 10010 | 100000 | 10111 | 10000 | 111110 |
Color Harmonies of #AE9B8F
Complementary color
Monochromatic Colors of #AE9B8F
Black with #AE9B8F
Text Example
Text Example
White with #AE9B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9B8F; }
p { color: rgb(174,155,143); }
H1.HeaderClassName
{
color: #AE9B8F;
}
.AnyTagClassName
{
color: #AE9B8F;
}
</style>
background-color css
<style>
a { background-color: #AE9B8F; }
a { background-color: rgb(174,155,143); }
div.DivClassName
{
background-color: #AE9B8F;
}
.BgClassName
{
background-color: #AE9B8F;
}
</style>
border-color css
<style>
span { border-color: #AE9B8F; }
span { border-color: rgb(174,155,143); }
td.TdClassName
{
border-color: #AE9B8F;
}
.TagClassName
{
border-color: #AE9B8F;
}
</style>