Shades of Del Rio #AF9386
Tints of Del Rio #AF9386
RGB
CMYK
RGB Variations
Color information
#AF9386 (or 0xAF9386) is known color: Del Rio. HEX triplet: AF, 93 and 86. RGB value is (175,147,134). Sum of RGB (Red+Green+Blue) = 175+147+134=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 134 (52.73% from 255 or 29.39% from 456); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9386 is #506C79. Grayscale: #999999. Windows color (decimal): -5270650 or 8819631. OLE color: 8819631.
HSL color Cylindrical-coordinate representation of color #AF9386: hue angle of 19.02º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AF9386 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 147 | 134 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.31 |
| HSL | 19.02º | 0.2% | 0.61% | - |
| HSV(B) | 19.02º | 0.23% | 0.69% | - |
| XYZ | 32.42 | 31.7 | 26.96 | - |
| YUV | 153.89 | 116.78 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 147 | 134 | 0 | 0.16 | 0.23 | 0.31 | 19.02 | 0.2 | 0.61 |
| Hex | AF | 93 | 86 | 0 | 10 | 17 | 1F | 13 | 14 | 3D |
| Octal | 257 | 223 | 206 | 0 | 20 | 27 | 37 | 23 | 24 | 75 |
| Binary | 10101111 | 10010011 | 10000110 | 0 | 10000 | 10111 | 11111 | 10011 | 10100 | 111101 |
Color Harmonies of #AF9386
Complementary color
Monochromatic Colors of #AF9386
Black with #AF9386
Text Example
Text Example
White with #AF9386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9386; }
p { color: rgb(175,147,134); }
H1.HeaderClassName
{
color: #AF9386;
}
.AnyTagClassName
{
color: #AF9386;
}
</style>
background-color css
<style>
a { background-color: #AF9386; }
a { background-color: rgb(175,147,134); }
div.DivClassName
{
background-color: #AF9386;
}
.BgClassName
{
background-color: #AF9386;
}
</style>
border-color css
<style>
span { border-color: #AF9386; }
span { border-color: rgb(175,147,134); }
td.TdClassName
{
border-color: #AF9386;
}
.TagClassName
{
border-color: #AF9386;
}
</style>