Shades of Del Rio #AF988C
Tints of Del Rio #AF988C
RGB
CMYK
RGB Variations
Color information
#AF988C (or 0xAF988C) is known color: Del Rio. HEX triplet: AF, 98 and 8C. RGB value is (175,152,140). Sum of RGB (Red+Green+Blue) = 175+152+140=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 175 - color contains mainly: red. Hex color #AF988C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF988C is #506773. Grayscale: #9D9D9D. Windows color (decimal): -5269364 or 9214127. OLE color: 9214127.
HSL color Cylindrical-coordinate representation of color #AF988C: hue angle of 20.57º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AF988C is Cyan = 0, Magento = 0.13, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 152 | 140 | - |
| CMYK | 0 | 0.13 | 0.2 | 0.31 |
| HSL | 20.57º | 0.18% | 0.62% | - |
| HSV(B) | 20.57º | 0.2% | 0.69% | - |
| XYZ | 33.64 | 33.46 | 29.5 | - |
| YUV | 157.51 | 118.12 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 152 | 140 | 0 | 0.13 | 0.2 | 0.31 | 20.57 | 0.18 | 0.62 |
| Hex | AF | 98 | 8C | 0 | D | 14 | 1F | 15 | 12 | 3E |
| Octal | 257 | 230 | 214 | 0 | 15 | 24 | 37 | 25 | 22 | 76 |
| Binary | 10101111 | 10011000 | 10001100 | 0 | 1101 | 10100 | 11111 | 10101 | 10010 | 111110 |
Color Harmonies of #AF988C
Complementary color
Monochromatic Colors of #AF988C
Black with #AF988C
Text Example
Text Example
White with #AF988C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF988C; }
p { color: rgb(175,152,140); }
H1.HeaderClassName
{
color: #AF988C;
}
.AnyTagClassName
{
color: #AF988C;
}
</style>
background-color css
<style>
a { background-color: #AF988C; }
a { background-color: rgb(175,152,140); }
div.DivClassName
{
background-color: #AF988C;
}
.BgClassName
{
background-color: #AF988C;
}
</style>
border-color css
<style>
span { border-color: #AF988C; }
span { border-color: rgb(175,152,140); }
td.TdClassName
{
border-color: #AF988C;
}
.TagClassName
{
border-color: #AF988C;
}
</style>