Shades of Del Rio #AF9085
Tints of Del Rio #AF9085
RGB
CMYK
RGB Variations
Color information
#AF9085 (or 0xAF9085) is known color: Del Rio. HEX triplet: AF, 90 and 85. RGB value is (175,144,133). Sum of RGB (Red+Green+Blue) = 175+144+133=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 144 (56.64% from 255 or 31.86% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9085 is #506F7A. Grayscale: #989898. Windows color (decimal): -5271419 or 8753327. OLE color: 8753327.
HSL color Cylindrical-coordinate representation of color #AF9085: hue angle of 15.71º 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 #AF9085 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 144 | 133 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.31 |
| HSL | 15.71º | 0.21% | 0.6% | - |
| HSV(B) | 15.71º | 0.24% | 0.69% | - |
| XYZ | 31.89 | 30.75 | 26.45 | - |
| YUV | 152.02 | 117.27 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 144 | 133 | 0 | 0.18 | 0.24 | 0.31 | 15.71 | 0.21 | 0.6 |
| Hex | AF | 90 | 85 | 0 | 12 | 18 | 1F | 10 | 15 | 3C |
| Octal | 257 | 220 | 205 | 0 | 22 | 30 | 37 | 20 | 25 | 74 |
| Binary | 10101111 | 10010000 | 10000101 | 0 | 10010 | 11000 | 11111 | 10000 | 10101 | 111100 |
Color Harmonies of #AF9085
Complementary color
Monochromatic Colors of #AF9085
Black with #AF9085
Text Example
Text Example
White with #AF9085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9085; }
p { color: rgb(175,144,133); }
H1.HeaderClassName
{
color: #AF9085;
}
.AnyTagClassName
{
color: #AF9085;
}
</style>
background-color css
<style>
a { background-color: #AF9085; }
a { background-color: rgb(175,144,133); }
div.DivClassName
{
background-color: #AF9085;
}
.BgClassName
{
background-color: #AF9085;
}
</style>
border-color css
<style>
span { border-color: #AF9085; }
span { border-color: rgb(175,144,133); }
td.TdClassName
{
border-color: #AF9085;
}
.TagClassName
{
border-color: #AF9085;
}
</style>