Shades of Del Rio #AFA097
Tints of Del Rio #AFA097
RGB
CMYK
RGB Variations
Color information
#AFA097 (or 0xAFA097) is known color: Del Rio. HEX triplet: AF, A0 and 97. RGB value is (175,160,151). Sum of RGB (Red+Green+Blue) = 175+160+151=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 160 (62.89% from 255 or 32.92% from 486); Blue value is 151 (59.38% from 255 or 31.07% from 486); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA097 is #505F68. Grayscale: #A3A3A3. Windows color (decimal): -5267305 or 9937071. OLE color: 9937071.
HSL color Cylindrical-coordinate representation of color #AFA097: hue angle of 22.5º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFA097 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 160 | 151 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.31 |
| HSL | 22.5º | 0.13% | 0.64% | - |
| HSV(B) | 22.5º | 0.14% | 0.69% | - |
| XYZ | 35.84 | 36.49 | 34.43 | - |
| YUV | 163.46 | 120.97 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 160 | 151 | 0 | 0.09 | 0.14 | 0.31 | 22.5 | 0.13 | 0.64 |
| Hex | AF | A0 | 97 | 0 | 9 | E | 1F | 16 | D | 40 |
| Octal | 257 | 240 | 227 | 0 | 11 | 16 | 37 | 26 | 15 | 100 |
| Binary | 10101111 | 10100000 | 10010111 | 0 | 1001 | 1110 | 11111 | 10110 | 1101 | 1000000 |
Color Harmonies of #AFA097
Complementary color
Monochromatic Colors of #AFA097
Black with #AFA097
Text Example
Text Example
White with #AFA097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA097; }
p { color: rgb(175,160,151); }
H1.HeaderClassName
{
color: #AFA097;
}
.AnyTagClassName
{
color: #AFA097;
}
</style>
background-color css
<style>
a { background-color: #AFA097; }
a { background-color: rgb(175,160,151); }
div.DivClassName
{
background-color: #AFA097;
}
.BgClassName
{
background-color: #AFA097;
}
</style>
border-color css
<style>
span { border-color: #AFA097; }
span { border-color: rgb(175,160,151); }
td.TdClassName
{
border-color: #AFA097;
}
.TagClassName
{
border-color: #AFA097;
}
</style>