Shades of Del Rio #AF988B
Tints of Del Rio #AF988B
RGB
CMYK
RGB Variations
Color information
#AF988B (or 0xAF988B) is known color: Del Rio. HEX triplet: AF, 98 and 8B. RGB value is (175,152,139). Sum of RGB (Red+Green+Blue) = 175+152+139=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 152 (59.77% from 255 or 32.62% from 466); Blue value is 139 (54.69% from 255 or 29.83% from 466); Max value from RGB is 175 - color contains mainly: red. Hex color #AF988B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF988B is #506774. Grayscale: #9D9D9D. Windows color (decimal): -5269365 or 9148591. OLE color: 9148591.
HSL color Cylindrical-coordinate representation of color #AF988B: hue angle of 21.67º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AF988B is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 152 | 139 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.31 |
| HSL | 21.67º | 0.18% | 0.62% | - |
| HSV(B) | 21.67º | 0.21% | 0.69% | - |
| XYZ | 33.57 | 33.43 | 29.11 | - |
| YUV | 157.4 | 117.62 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 152 | 139 | 0 | 0.13 | 0.21 | 0.31 | 21.67 | 0.18 | 0.62 |
| Hex | AF | 98 | 8B | 0 | D | 15 | 1F | 16 | 12 | 3E |
| Octal | 257 | 230 | 213 | 0 | 15 | 25 | 37 | 26 | 22 | 76 |
| Binary | 10101111 | 10011000 | 10001011 | 0 | 1101 | 10101 | 11111 | 10110 | 10010 | 111110 |
Color Harmonies of #AF988B
Complementary color
Monochromatic Colors of #AF988B
Black with #AF988B
Text Example
Text Example
White with #AF988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF988B; }
p { color: rgb(175,152,139); }
H1.HeaderClassName
{
color: #AF988B;
}
.AnyTagClassName
{
color: #AF988B;
}
</style>
background-color css
<style>
a { background-color: #AF988B; }
a { background-color: rgb(175,152,139); }
div.DivClassName
{
background-color: #AF988B;
}
.BgClassName
{
background-color: #AF988B;
}
</style>
border-color css
<style>
span { border-color: #AF988B; }
span { border-color: rgb(175,152,139); }
td.TdClassName
{
border-color: #AF988B;
}
.TagClassName
{
border-color: #AF988B;
}
</style>