Shades of Del Rio #AF9A90
Tints of Del Rio #AF9A90
RGB
CMYK
RGB Variations
Color information
#AF9A90 (or 0xAF9A90) is known color: Del Rio. HEX triplet: AF, 9A and 90. RGB value is (175,154,144). Sum of RGB (Red+Green+Blue) = 175+154+144=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 154 (60.55% from 255 or 32.56% from 473); Blue value is 144 (56.64% from 255 or 30.44% from 473); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9A90 is #50656F. Grayscale: #9F9F9F. Windows color (decimal): -5268848 or 9476783. OLE color: 9476783.
HSL color Cylindrical-coordinate representation of color #AF9A90: hue angle of 19.35º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AF9A90 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 154 | 144 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.31 |
| HSL | 19.35º | 0.16% | 0.63% | - |
| HSV(B) | 19.35º | 0.18% | 0.69% | - |
| XYZ | 34.27 | 34.24 | 31.19 | - |
| YUV | 159.14 | 119.46 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 154 | 144 | 0 | 0.12 | 0.18 | 0.31 | 19.35 | 0.16 | 0.63 |
| Hex | AF | 9A | 90 | 0 | C | 12 | 1F | 13 | 10 | 3F |
| Octal | 257 | 232 | 220 | 0 | 14 | 22 | 37 | 23 | 20 | 77 |
| Binary | 10101111 | 10011010 | 10010000 | 0 | 1100 | 10010 | 11111 | 10011 | 10000 | 111111 |
Color Harmonies of #AF9A90
Complementary color
Monochromatic Colors of #AF9A90
Black with #AF9A90
Text Example
Text Example
White with #AF9A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9A90; }
p { color: rgb(175,154,144); }
H1.HeaderClassName
{
color: #AF9A90;
}
.AnyTagClassName
{
color: #AF9A90;
}
</style>
background-color css
<style>
a { background-color: #AF9A90; }
a { background-color: rgb(175,154,144); }
div.DivClassName
{
background-color: #AF9A90;
}
.BgClassName
{
background-color: #AF9A90;
}
</style>
border-color css
<style>
span { border-color: #AF9A90; }
span { border-color: rgb(175,154,144); }
td.TdClassName
{
border-color: #AF9A90;
}
.TagClassName
{
border-color: #AF9A90;
}
</style>