Shades of Del Rio #AF9E98
Tints of Del Rio #AF9E98
RGB
CMYK
RGB Variations
Color information
#AF9E98 (or 0xAF9E98) is known color: Del Rio. HEX triplet: AF, 9E and 98. RGB value is (175,158,152). Sum of RGB (Red+Green+Blue) = 175+158+152=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 152 (59.77% from 255 or 31.34% from 485); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9E98 is #506167. Grayscale: #A2A2A2. Windows color (decimal): -5267816 or 10002095. OLE color: 10002095.
HSL color Cylindrical-coordinate representation of color #AF9E98: hue angle of 15.65º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AF9E98 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 158 | 152 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.31 |
| HSL | 15.65º | 0.13% | 0.64% | - |
| HSV(B) | 15.65º | 0.13% | 0.69% | - |
| XYZ | 35.57 | 35.83 | 34.75 | - |
| YUV | 162.4 | 122.13 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 158 | 152 | 0 | 0.10 | 0.13 | 0.31 | 15.65 | 0.13 | 0.64 |
| Hex | AF | 9E | 98 | 0 | A | D | 1F | 10 | D | 40 |
| Octal | 257 | 236 | 230 | 0 | 12 | 15 | 37 | 20 | 15 | 100 |
| Binary | 10101111 | 10011110 | 10011000 | 0 | 1010 | 1101 | 11111 | 10000 | 1101 | 1000000 |
Color Harmonies of #AF9E98
Complementary color
Monochromatic Colors of #AF9E98
Black with #AF9E98
Text Example
Text Example
White with #AF9E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9E98; }
p { color: rgb(175,158,152); }
H1.HeaderClassName
{
color: #AF9E98;
}
.AnyTagClassName
{
color: #AF9E98;
}
</style>
background-color css
<style>
a { background-color: #AF9E98; }
a { background-color: rgb(175,158,152); }
div.DivClassName
{
background-color: #AF9E98;
}
.BgClassName
{
background-color: #AF9E98;
}
</style>
border-color css
<style>
span { border-color: #AF9E98; }
span { border-color: rgb(175,158,152); }
td.TdClassName
{
border-color: #AF9E98;
}
.TagClassName
{
border-color: #AF9E98;
}
</style>