Shades of Del Rio #AF9992
Tints of Del Rio #AF9992
RGB
CMYK
RGB Variations
Color information
#AF9992 (or 0xAF9992) is known color: Del Rio. HEX triplet: AF, 99 and 92. RGB value is (175,153,146). Sum of RGB (Red+Green+Blue) = 175+153+146=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 146 (57.42% from 255 or 30.80% from 474); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9992 is #50666D. Grayscale: #9E9E9E. Windows color (decimal): -5269102 or 9607599. OLE color: 9607599.
HSL color Cylindrical-coordinate representation of color #AF9992: hue angle of 14.48º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AF9992 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 153 | 146 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.31 |
| HSL | 14.48º | 0.15% | 0.63% | - |
| HSV(B) | 14.48º | 0.17% | 0.69% | - |
| XYZ | 34.26 | 33.97 | 31.95 | - |
| YUV | 158.78 | 120.79 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 146 | 0 | 0.13 | 0.17 | 0.31 | 14.48 | 0.15 | 0.63 |
| Hex | AF | 99 | 92 | 0 | D | 11 | 1F | E | F | 3F |
| Octal | 257 | 231 | 222 | 0 | 15 | 21 | 37 | 16 | 17 | 77 |
| Binary | 10101111 | 10011001 | 10010010 | 0 | 1101 | 10001 | 11111 | 1110 | 1111 | 111111 |
Color Harmonies of #AF9992
Complementary color
Monochromatic Colors of #AF9992
Black with #AF9992
Text Example
Text Example
White with #AF9992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9992; }
p { color: rgb(175,153,146); }
H1.HeaderClassName
{
color: #AF9992;
}
.AnyTagClassName
{
color: #AF9992;
}
</style>
background-color css
<style>
a { background-color: #AF9992; }
a { background-color: rgb(175,153,146); }
div.DivClassName
{
background-color: #AF9992;
}
.BgClassName
{
background-color: #AF9992;
}
</style>
border-color css
<style>
span { border-color: #AF9992; }
span { border-color: rgb(175,153,146); }
td.TdClassName
{
border-color: #AF9992;
}
.TagClassName
{
border-color: #AF9992;
}
</style>