Shades of Del Rio #AF998B
Tints of Del Rio #AF998B
RGB
CMYK
RGB Variations
Color information
#AF998B (or 0xAF998B) is known color: Del Rio. HEX triplet: AF, 99 and 8B. RGB value is (175,153,139). Sum of RGB (Red+Green+Blue) = 175+153+139=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 175 - color contains mainly: red. Hex color #AF998B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF998B is #506674. Grayscale: #9E9E9E. Windows color (decimal): -5269109 or 9148847. OLE color: 9148847.
HSL color Cylindrical-coordinate representation of color #AF998B: hue angle of 23.33º 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 #AF998B is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 153 | 139 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.31 |
| HSL | 23.33º | 0.18% | 0.62% | - |
| HSV(B) | 23.33º | 0.21% | 0.69% | - |
| XYZ | 33.73 | 33.76 | 29.16 | - |
| YUV | 157.98 | 117.29 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 139 | 0 | 0.13 | 0.21 | 0.31 | 23.33 | 0.18 | 0.62 |
| Hex | AF | 99 | 8B | 0 | D | 15 | 1F | 17 | 12 | 3E |
| Octal | 257 | 231 | 213 | 0 | 15 | 25 | 37 | 27 | 22 | 76 |
| Binary | 10101111 | 10011001 | 10001011 | 0 | 1101 | 10101 | 11111 | 10111 | 10010 | 111110 |
Color Harmonies of #AF998B
Complementary color
Monochromatic Colors of #AF998B
Black with #AF998B
Text Example
Text Example
White with #AF998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF998B; }
p { color: rgb(175,153,139); }
H1.HeaderClassName
{
color: #AF998B;
}
.AnyTagClassName
{
color: #AF998B;
}
</style>
background-color css
<style>
a { background-color: #AF998B; }
a { background-color: rgb(175,153,139); }
div.DivClassName
{
background-color: #AF998B;
}
.BgClassName
{
background-color: #AF998B;
}
</style>
border-color css
<style>
span { border-color: #AF998B; }
span { border-color: rgb(175,153,139); }
td.TdClassName
{
border-color: #AF998B;
}
.TagClassName
{
border-color: #AF998B;
}
</style>