Shades of Del Rio #A99C95
Tints of Del Rio #A99C95
RGB
CMYK
RGB Variations
Color information
#A99C95 (or 0xA99C95) is known color: Del Rio. HEX triplet: A9, 9C and 95. RGB value is (169,156,149). Sum of RGB (Red+Green+Blue) = 169+156+149=474 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.65% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 149 (58.59% from 255 or 31.43% from 474); Max value from RGB is 169 - color contains mainly: red. Hex color #A99C95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99C95 is #56636A. Grayscale: #9F9F9F. Windows color (decimal): -5661547 or 9804969. OLE color: 9804969.
HSL color Cylindrical-coordinate representation of color #A99C95: hue angle of 21º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A99C95 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 156 | 149 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.34 |
| HSL | 21º | 0.1% | 0.62% | - |
| HSV(B) | 21º | 0.12% | 0.66% | - |
| XYZ | 33.68 | 34.38 | 33.3 | - |
| YUV | 159.09 | 122.31 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 156 | 149 | 0 | 0.08 | 0.12 | 0.34 | 21 | 0.1 | 0.62 |
| Hex | A9 | 9C | 95 | 0 | 8 | C | 22 | 15 | A | 3E |
| Octal | 251 | 234 | 225 | 0 | 10 | 14 | 42 | 25 | 12 | 76 |
| Binary | 10101001 | 10011100 | 10010101 | 0 | 1000 | 1100 | 100010 | 10101 | 1010 | 111110 |
Color Harmonies of #A99C95
Complementary color
Monochromatic Colors of #A99C95
Black with #A99C95
Text Example
Text Example
White with #A99C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99C95; }
p { color: rgb(169,156,149); }
H1.HeaderClassName
{
color: #A99C95;
}
.AnyTagClassName
{
color: #A99C95;
}
</style>
background-color css
<style>
a { background-color: #A99C95; }
a { background-color: rgb(169,156,149); }
div.DivClassName
{
background-color: #A99C95;
}
.BgClassName
{
background-color: #A99C95;
}
</style>
border-color css
<style>
span { border-color: #A99C95; }
span { border-color: rgb(169,156,149); }
td.TdClassName
{
border-color: #A99C95;
}
.TagClassName
{
border-color: #A99C95;
}
</style>