Shades of Del Rio #AF9389
Tints of Del Rio #AF9389
RGB
CMYK
RGB Variations
Color information
#AF9389 (or 0xAF9389) is known color: Del Rio. HEX triplet: AF, 93 and 89. RGB value is (175,147,137). Sum of RGB (Red+Green+Blue) = 175+147+137=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 147 (57.81% from 255 or 32.03% from 459); Blue value is 137 (53.91% from 255 or 29.85% from 459); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9389 is #506C76. Grayscale: #9A9A9A. Windows color (decimal): -5270647 or 9016239. OLE color: 9016239.
HSL color Cylindrical-coordinate representation of color #AF9389: hue angle of 15.79º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AF9389 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 147 | 137 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.31 |
| HSL | 15.79º | 0.19% | 0.61% | - |
| HSV(B) | 15.79º | 0.22% | 0.69% | - |
| XYZ | 32.63 | 31.79 | 28.08 | - |
| YUV | 154.23 | 118.28 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 147 | 137 | 0 | 0.16 | 0.22 | 0.31 | 15.79 | 0.19 | 0.61 |
| Hex | AF | 93 | 89 | 0 | 10 | 16 | 1F | 10 | 13 | 3D |
| Octal | 257 | 223 | 211 | 0 | 20 | 26 | 37 | 20 | 23 | 75 |
| Binary | 10101111 | 10010011 | 10001001 | 0 | 10000 | 10110 | 11111 | 10000 | 10011 | 111101 |
Color Harmonies of #AF9389
Complementary color
Monochromatic Colors of #AF9389
Black with #AF9389
Text Example
Text Example
White with #AF9389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9389; }
p { color: rgb(175,147,137); }
H1.HeaderClassName
{
color: #AF9389;
}
.AnyTagClassName
{
color: #AF9389;
}
</style>
background-color css
<style>
a { background-color: #AF9389; }
a { background-color: rgb(175,147,137); }
div.DivClassName
{
background-color: #AF9389;
}
.BgClassName
{
background-color: #AF9389;
}
</style>
border-color css
<style>
span { border-color: #AF9389; }
span { border-color: rgb(175,147,137); }
td.TdClassName
{
border-color: #AF9389;
}
.TagClassName
{
border-color: #AF9389;
}
</style>