Shades of Del Rio #A99C97
Tints of Del Rio #A99C97
RGB
CMYK
RGB Variations
Color information
#A99C97 (or 0xA99C97) is known color: Del Rio. HEX triplet: A9, 9C and 97. RGB value is (169,156,151). Sum of RGB (Red+Green+Blue) = 169+156+151=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 151 (59.38% from 255 or 31.72% from 476); Max value from RGB is 169 - color contains mainly: red. Hex color #A99C97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99C97 is #566368. Grayscale: #9F9F9F. Windows color (decimal): -5661545 or 9936041. OLE color: 9936041.
HSL color Cylindrical-coordinate representation of color #A99C97: hue angle of 16.67º degrees, saturation: 0.09, 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 #A99C97 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 156 | 151 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.34 |
| HSL | 16.67º | 0.09% | 0.63% | - |
| HSV(B) | 16.67º | 0.11% | 0.66% | - |
| XYZ | 33.84 | 34.45 | 34.14 | - |
| YUV | 159.32 | 123.31 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 156 | 151 | 0 | 0.08 | 0.11 | 0.34 | 16.67 | 0.09 | 0.63 |
| Hex | A9 | 9C | 97 | 0 | 8 | B | 22 | 11 | 9 | 3F |
| Octal | 251 | 234 | 227 | 0 | 10 | 13 | 42 | 21 | 11 | 77 |
| Binary | 10101001 | 10011100 | 10010111 | 0 | 1000 | 1011 | 100010 | 10001 | 1001 | 111111 |
Color Harmonies of #A99C97
Complementary color
Monochromatic Colors of #A99C97
Black with #A99C97
Text Example
Text Example
White with #A99C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99C97; }
p { color: rgb(169,156,151); }
H1.HeaderClassName
{
color: #A99C97;
}
.AnyTagClassName
{
color: #A99C97;
}
</style>
background-color css
<style>
a { background-color: #A99C97; }
a { background-color: rgb(169,156,151); }
div.DivClassName
{
background-color: #A99C97;
}
.BgClassName
{
background-color: #A99C97;
}
</style>
border-color css
<style>
span { border-color: #A99C97; }
span { border-color: rgb(169,156,151); }
td.TdClassName
{
border-color: #A99C97;
}
.TagClassName
{
border-color: #A99C97;
}
</style>