Shades of Del Rio #AF948A
Tints of Del Rio #AF948A
RGB
CMYK
RGB Variations
Color information
#AF948A (or 0xAF948A) is known color: Del Rio. HEX triplet: AF, 94 and 8A. RGB value is (175,148,138). Sum of RGB (Red+Green+Blue) = 175+148+138=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 148 (58.20% from 255 or 32.10% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AF948A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF948A is #506B75. Grayscale: #9B9B9B. Windows color (decimal): -5270390 or 9082031. OLE color: 9082031.
HSL color Cylindrical-coordinate representation of color #AF948A: hue angle of 16.22º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AF948A is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 148 | 138 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.31 |
| HSL | 16.22º | 0.19% | 0.61% | - |
| HSV(B) | 16.22º | 0.21% | 0.69% | - |
| XYZ | 32.86 | 32.13 | 28.51 | - |
| YUV | 154.93 | 118.45 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 148 | 138 | 0 | 0.15 | 0.21 | 0.31 | 16.22 | 0.19 | 0.61 |
| Hex | AF | 94 | 8A | 0 | F | 15 | 1F | 10 | 13 | 3D |
| Octal | 257 | 224 | 212 | 0 | 17 | 25 | 37 | 20 | 23 | 75 |
| Binary | 10101111 | 10010100 | 10001010 | 0 | 1111 | 10101 | 11111 | 10000 | 10011 | 111101 |
Color Harmonies of #AF948A
Complementary color
Monochromatic Colors of #AF948A
Black with #AF948A
Text Example
Text Example
White with #AF948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF948A; }
p { color: rgb(175,148,138); }
H1.HeaderClassName
{
color: #AF948A;
}
.AnyTagClassName
{
color: #AF948A;
}
</style>
background-color css
<style>
a { background-color: #AF948A; }
a { background-color: rgb(175,148,138); }
div.DivClassName
{
background-color: #AF948A;
}
.BgClassName
{
background-color: #AF948A;
}
</style>
border-color css
<style>
span { border-color: #AF948A; }
span { border-color: rgb(175,148,138); }
td.TdClassName
{
border-color: #AF948A;
}
.TagClassName
{
border-color: #AF948A;
}
</style>