Shades of Del Rio #AF9F96
Tints of Del Rio #AF9F96
RGB
CMYK
RGB Variations
Color information
#AF9F96 (or 0xAF9F96) is known color: Del Rio. HEX triplet: AF, 9F and 96. RGB value is (175,159,150). Sum of RGB (Red+Green+Blue) = 175+159+150=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 159 (62.5% from 255 or 32.85% from 484); Blue value is 150 (58.98% from 255 or 30.99% from 484); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9F96 is #506069. Grayscale: #A2A2A2. Windows color (decimal): -5267562 or 9871279. OLE color: 9871279.
HSL color Cylindrical-coordinate representation of color #AF9F96: hue angle of 21.6º 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 #AF9F96 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
RGB | 175 | 159 | 150 | - |
CMYK | 0 | 0.09 | 0.14 | 0.31 |
HSL | 21.6º | 0.14% | 0.64% | - |
HSV(B) | 21.6º | 0.14% | 0.69% | - |
XYZ | 35.58 | 36.11 | 33.95 | - |
YUV | 162.76 | 120.8 | 136.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 159 | 150 | 0 | 0.09 | 0.14 | 0.31 | 21.6 | 0.14 | 0.64 |
Hex | AF | 9F | 96 | 0 | 9 | E | 1F | 16 | E | 40 |
Octal | 257 | 237 | 226 | 0 | 11 | 16 | 37 | 26 | 16 | 100 |
Binary | 10101111 | 10011111 | 10010110 | 0 | 1001 | 1110 | 11111 | 10110 | 1110 | 1000000 |
Color Harmonies of #AF9F96
Complementary color
Monochromatic Colors of #AF9F96
Black with #AF9F96
Text Example
Text Example
White with #AF9F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9F96; }
p { color: rgb(175,159,150); }
H1.HeaderClassName
{
color: #AF9F96;
}
.AnyTagClassName
{
color: #AF9F96;
}
</style>
background-color css
<style>
a { background-color: #AF9F96; }
a { background-color: rgb(175,159,150); }
div.DivClassName
{
background-color: #AF9F96;
}
.BgClassName
{
background-color: #AF9F96;
}
</style>
border-color css
<style>
span { border-color: #AF9F96; }
span { border-color: rgb(175,159,150); }
td.TdClassName
{
border-color: #AF9F96;
}
.TagClassName
{
border-color: #AF9F96;
}
</style>