Shades of Del Rio #AF9185
Tints of Del Rio #AF9185
RGB
CMYK
RGB Variations
Color information
#AF9185 (or 0xAF9185) is known color: Del Rio. HEX triplet: AF, 91 and 85. RGB value is (175,145,133). Sum of RGB (Red+Green+Blue) = 175+145+133=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 145 (57.03% from 255 or 32.01% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9185 is #506E7A. Grayscale: #989898. Windows color (decimal): -5271163 or 8753583. OLE color: 8753583.
HSL color Cylindrical-coordinate representation of color #AF9185: hue angle of 17.14º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AF9185 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 145 | 133 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.31 |
| HSL | 17.14º | 0.21% | 0.6% | - |
| HSV(B) | 17.14º | 0.24% | 0.69% | - |
| XYZ | 32.04 | 31.06 | 26.5 | - |
| YUV | 152.6 | 116.94 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 145 | 133 | 0 | 0.17 | 0.24 | 0.31 | 17.14 | 0.21 | 0.6 |
| Hex | AF | 91 | 85 | 0 | 11 | 18 | 1F | 11 | 15 | 3C |
| Octal | 257 | 221 | 205 | 0 | 21 | 30 | 37 | 21 | 25 | 74 |
| Binary | 10101111 | 10010001 | 10000101 | 0 | 10001 | 11000 | 11111 | 10001 | 10101 | 111100 |
Color Harmonies of #AF9185
Complementary color
Monochromatic Colors of #AF9185
Black with #AF9185
Text Example
Text Example
White with #AF9185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9185; }
p { color: rgb(175,145,133); }
H1.HeaderClassName
{
color: #AF9185;
}
.AnyTagClassName
{
color: #AF9185;
}
</style>
background-color css
<style>
a { background-color: #AF9185; }
a { background-color: rgb(175,145,133); }
div.DivClassName
{
background-color: #AF9185;
}
.BgClassName
{
background-color: #AF9185;
}
</style>
border-color css
<style>
span { border-color: #AF9185; }
span { border-color: rgb(175,145,133); }
td.TdClassName
{
border-color: #AF9185;
}
.TagClassName
{
border-color: #AF9185;
}
</style>