Shades of Del Rio #AF9F99
Tints of Del Rio #AF9F99
RGB
CMYK
RGB Variations
Color information
#AF9F99 (or 0xAF9F99) is known color: Del Rio. HEX triplet: AF, 9F and 99. RGB value is (175,159,153). Sum of RGB (Red+Green+Blue) = 175+159+153=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 159 (62.5% from 255 or 32.65% from 487); Blue value is 153 (60.16% from 255 or 31.42% from 487); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9F99 is #506066. Grayscale: #A3A3A3. Windows color (decimal): -5267559 or 10067887. OLE color: 10067887.
HSL color Cylindrical-coordinate representation of color #AF9F99: hue angle of 16.36º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AF9F99 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
RGB | 175 | 159 | 153 | - |
CMYK | 0 | 0.09 | 0.13 | 0.31 |
HSL | 16.36º | 0.12% | 0.64% | - |
HSV(B) | 16.36º | 0.13% | 0.69% | - |
XYZ | 35.83 | 36.21 | 35.24 | - |
YUV | 163.1 | 122.3 | 136.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 159 | 153 | 0 | 0.09 | 0.13 | 0.31 | 16.36 | 0.12 | 0.64 |
Hex | AF | 9F | 99 | 0 | 9 | D | 1F | 10 | C | 40 |
Octal | 257 | 237 | 231 | 0 | 11 | 15 | 37 | 20 | 14 | 100 |
Binary | 10101111 | 10011111 | 10011001 | 0 | 1001 | 1101 | 11111 | 10000 | 1100 | 1000000 |
Color Harmonies of #AF9F99
Complementary color
Monochromatic Colors of #AF9F99
Black with #AF9F99
Text Example
Text Example
White with #AF9F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9F99; }
p { color: rgb(175,159,153); }
H1.HeaderClassName
{
color: #AF9F99;
}
.AnyTagClassName
{
color: #AF9F99;
}
</style>
background-color css
<style>
a { background-color: #AF9F99; }
a { background-color: rgb(175,159,153); }
div.DivClassName
{
background-color: #AF9F99;
}
.BgClassName
{
background-color: #AF9F99;
}
</style>
border-color css
<style>
span { border-color: #AF9F99; }
span { border-color: rgb(175,159,153); }
td.TdClassName
{
border-color: #AF9F99;
}
.TagClassName
{
border-color: #AF9F99;
}
</style>