Shades of Del Rio #A99D96
Tints of Del Rio #A99D96
RGB
CMYK
RGB Variations
Color information
#A99D96 (or 0xA99D96) is known color: Del Rio. HEX triplet: A9, 9D and 96. RGB value is (169,157,150). Sum of RGB (Red+Green+Blue) = 169+157+150=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 157 (61.72% from 255 or 32.98% from 476); Blue value is 150 (58.98% from 255 or 31.51% from 476); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99D96 is #566269. Grayscale: #9F9F9F. Windows color (decimal): -5661290 or 9870761. OLE color: 9870761.
HSL color Cylindrical-coordinate representation of color #A99D96: hue angle of 22.11º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A99D96 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 157 | 150 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.34 |
| HSL | 22.11º | 0.1% | 0.63% | - |
| HSV(B) | 22.11º | 0.11% | 0.66% | - |
| XYZ | 33.92 | 34.75 | 33.77 | - |
| YUV | 159.79 | 122.48 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 157 | 150 | 0 | 0.07 | 0.11 | 0.34 | 22.11 | 0.1 | 0.63 |
| Hex | A9 | 9D | 96 | 0 | 7 | B | 22 | 16 | A | 3F |
| Octal | 251 | 235 | 226 | 0 | 7 | 13 | 42 | 26 | 12 | 77 |
| Binary | 10101001 | 10011101 | 10010110 | 0 | 111 | 1011 | 100010 | 10110 | 1010 | 111111 |
Color Harmonies of #A99D96
Complementary color
Monochromatic Colors of #A99D96
Black with #A99D96
Text Example
Text Example
White with #A99D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99D96; }
p { color: rgb(169,157,150); }
H1.HeaderClassName
{
color: #A99D96;
}
.AnyTagClassName
{
color: #A99D96;
}
</style>
background-color css
<style>
a { background-color: #A99D96; }
a { background-color: rgb(169,157,150); }
div.DivClassName
{
background-color: #A99D96;
}
.BgClassName
{
background-color: #A99D96;
}
</style>
border-color css
<style>
span { border-color: #A99D96; }
span { border-color: rgb(169,157,150); }
td.TdClassName
{
border-color: #A99D96;
}
.TagClassName
{
border-color: #A99D96;
}
</style>