Shades of Del Rio #AF9D96
Tints of Del Rio #AF9D96
RGB
CMYK
RGB Variations
Color information
#AF9D96 (or 0xAF9D96) is known color: Del Rio. HEX triplet: AF, 9D and 96. RGB value is (175,157,150). Sum of RGB (Red+Green+Blue) = 175+157+150=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 157 (61.72% from 255 or 32.57% from 482); Blue value is 150 (58.98% from 255 or 31.12% from 482); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9D96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9D96 is #506269. Grayscale: #A1A1A1. Windows color (decimal): -5268074 or 9870767. OLE color: 9870767.
HSL color Cylindrical-coordinate representation of color #AF9D96: hue angle of 16.8º degrees, saturation: 0.14, 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 #AF9D96 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 157 | 150 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.31 |
| HSL | 16.8º | 0.14% | 0.64% | - |
| HSV(B) | 16.8º | 0.14% | 0.69% | - |
| XYZ | 35.24 | 35.43 | 33.84 | - |
| YUV | 161.58 | 121.46 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 157 | 150 | 0 | 0.10 | 0.14 | 0.31 | 16.8 | 0.14 | 0.64 |
| Hex | AF | 9D | 96 | 0 | A | E | 1F | 11 | E | 40 |
| Octal | 257 | 235 | 226 | 0 | 12 | 16 | 37 | 21 | 16 | 100 |
| Binary | 10101111 | 10011101 | 10010110 | 0 | 1010 | 1110 | 11111 | 10001 | 1110 | 1000000 |
Color Harmonies of #AF9D96
Complementary color
Monochromatic Colors of #AF9D96
Black with #AF9D96
Text Example
Text Example
White with #AF9D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9D96; }
p { color: rgb(175,157,150); }
H1.HeaderClassName
{
color: #AF9D96;
}
.AnyTagClassName
{
color: #AF9D96;
}
</style>
background-color css
<style>
a { background-color: #AF9D96; }
a { background-color: rgb(175,157,150); }
div.DivClassName
{
background-color: #AF9D96;
}
.BgClassName
{
background-color: #AF9D96;
}
</style>
border-color css
<style>
span { border-color: #AF9D96; }
span { border-color: rgb(175,157,150); }
td.TdClassName
{
border-color: #AF9D96;
}
.TagClassName
{
border-color: #AF9D96;
}
</style>