Shades of Del Rio #AF9B92
Tints of Del Rio #AF9B92
RGB
CMYK
RGB Variations
Color information
#AF9B92 (or 0xAF9B92) is known color: Del Rio. HEX triplet: AF, 9B and 92. RGB value is (175,155,146). Sum of RGB (Red+Green+Blue) = 175+155+146=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 146 (57.42% from 255 or 30.67% from 476); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9B92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9B92 is #50646D. Grayscale: #A0A0A0. Windows color (decimal): -5268590 or 9608111. OLE color: 9608111.
HSL color Cylindrical-coordinate representation of color #AF9B92: hue angle of 18.62º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AF9B92 is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 155 | 146 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.31 |
| HSL | 18.62º | 0.15% | 0.63% | - |
| HSV(B) | 18.62º | 0.17% | 0.69% | - |
| XYZ | 34.59 | 34.63 | 32.06 | - |
| YUV | 159.95 | 120.13 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 155 | 146 | 0 | 0.11 | 0.17 | 0.31 | 18.62 | 0.15 | 0.63 |
| Hex | AF | 9B | 92 | 0 | B | 11 | 1F | 13 | F | 3F |
| Octal | 257 | 233 | 222 | 0 | 13 | 21 | 37 | 23 | 17 | 77 |
| Binary | 10101111 | 10011011 | 10010010 | 0 | 1011 | 10001 | 11111 | 10011 | 1111 | 111111 |
Color Harmonies of #AF9B92
Complementary color
Monochromatic Colors of #AF9B92
Black with #AF9B92
Text Example
Text Example
White with #AF9B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9B92; }
p { color: rgb(175,155,146); }
H1.HeaderClassName
{
color: #AF9B92;
}
.AnyTagClassName
{
color: #AF9B92;
}
</style>
background-color css
<style>
a { background-color: #AF9B92; }
a { background-color: rgb(175,155,146); }
div.DivClassName
{
background-color: #AF9B92;
}
.BgClassName
{
background-color: #AF9B92;
}
</style>
border-color css
<style>
span { border-color: #AF9B92; }
span { border-color: rgb(175,155,146); }
td.TdClassName
{
border-color: #AF9B92;
}
.TagClassName
{
border-color: #AF9B92;
}
</style>