Shades of Del Rio #AF988F
Tints of Del Rio #AF988F
RGB
CMYK
RGB Variations
Color information
#AF988F (or 0xAF988F) is known color: Del Rio. HEX triplet: AF, 98 and 8F. RGB value is (175,152,143). Sum of RGB (Red+Green+Blue) = 175+152+143=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 152 (59.77% from 255 or 32.34% from 470); Blue value is 143 (56.25% from 255 or 30.43% from 470); Max value from RGB is 175 - color contains mainly: red. Hex color #AF988F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF988F is #506770. Grayscale: #9D9D9D. Windows color (decimal): -5269361 or 9410735. OLE color: 9410735.
HSL color Cylindrical-coordinate representation of color #AF988F: hue angle of 16.88º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AF988F is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 152 | 143 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.31 |
| HSL | 16.88º | 0.17% | 0.62% | - |
| HSV(B) | 16.88º | 0.18% | 0.69% | - |
| XYZ | 33.87 | 33.55 | 30.68 | - |
| YUV | 157.85 | 119.62 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 152 | 143 | 0 | 0.13 | 0.18 | 0.31 | 16.88 | 0.17 | 0.62 |
| Hex | AF | 98 | 8F | 0 | D | 12 | 1F | 11 | 11 | 3E |
| Octal | 257 | 230 | 217 | 0 | 15 | 22 | 37 | 21 | 21 | 76 |
| Binary | 10101111 | 10011000 | 10001111 | 0 | 1101 | 10010 | 11111 | 10001 | 10001 | 111110 |
Color Harmonies of #AF988F
Complementary color
Monochromatic Colors of #AF988F
Black with #AF988F
Text Example
Text Example
White with #AF988F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF988F; }
p { color: rgb(175,152,143); }
H1.HeaderClassName
{
color: #AF988F;
}
.AnyTagClassName
{
color: #AF988F;
}
</style>
background-color css
<style>
a { background-color: #AF988F; }
a { background-color: rgb(175,152,143); }
div.DivClassName
{
background-color: #AF988F;
}
.BgClassName
{
background-color: #AF988F;
}
</style>
border-color css
<style>
span { border-color: #AF988F; }
span { border-color: rgb(175,152,143); }
td.TdClassName
{
border-color: #AF988F;
}
.TagClassName
{
border-color: #AF988F;
}
</style>