Shades of Del Rio #AFA099
Tints of Del Rio #AFA099
RGB
CMYK
RGB Variations
Color information
#AFA099 (or 0xAFA099) is known color: Del Rio. HEX triplet: AF, A0 and 99. RGB value is (175,160,153). Sum of RGB (Red+Green+Blue) = 175+160+153=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 160 (62.89% from 255 or 32.79% from 488); Blue value is 153 (60.16% from 255 or 31.35% from 488); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA099 is #505F66. Grayscale: #A3A3A3. Windows color (decimal): -5267303 or 10068143. OLE color: 10068143.
HSL color Cylindrical-coordinate representation of color #AFA099: hue angle of 19.09º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFA099 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 160 | 153 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.31 |
| HSL | 19.09º | 0.12% | 0.64% | - |
| HSV(B) | 19.09º | 0.13% | 0.69% | - |
| XYZ | 36 | 36.56 | 35.3 | - |
| YUV | 163.69 | 121.97 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 160 | 153 | 0 | 0.09 | 0.13 | 0.31 | 19.09 | 0.12 | 0.64 |
| Hex | AF | A0 | 99 | 0 | 9 | D | 1F | 13 | C | 40 |
| Octal | 257 | 240 | 231 | 0 | 11 | 15 | 37 | 23 | 14 | 100 |
| Binary | 10101111 | 10100000 | 10011001 | 0 | 1001 | 1101 | 11111 | 10011 | 1100 | 1000000 |
Color Harmonies of #AFA099
Complementary color
Monochromatic Colors of #AFA099
Black with #AFA099
Text Example
Text Example
White with #AFA099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA099; }
p { color: rgb(175,160,153); }
H1.HeaderClassName
{
color: #AFA099;
}
.AnyTagClassName
{
color: #AFA099;
}
</style>
background-color css
<style>
a { background-color: #AFA099; }
a { background-color: rgb(175,160,153); }
div.DivClassName
{
background-color: #AFA099;
}
.BgClassName
{
background-color: #AFA099;
}
</style>
border-color css
<style>
span { border-color: #AFA099; }
span { border-color: rgb(175,160,153); }
td.TdClassName
{
border-color: #AFA099;
}
.TagClassName
{
border-color: #AFA099;
}
</style>