Shades of Del Rio #A99E9A
Tints of Del Rio #A99E9A
RGB
CMYK
RGB Variations
Color information
#A99E9A (or 0xA99E9A) is known color: Del Rio. HEX triplet: A9, 9E and 9A. RGB value is (169,158,154). Sum of RGB (Red+Green+Blue) = 169+158+154=481 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.14% from 481); Green value is 158 (62.11% from 255 or 32.85% from 481); Blue value is 154 (60.55% from 255 or 32.02% from 481); Max value from RGB is 169 - color contains mainly: red. Hex color #A99E9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99E9A is #566165. Grayscale: #A0A0A0. Windows color (decimal): -5661030 or 10133161. OLE color: 10133161.
HSL color Cylindrical-coordinate representation of color #A99E9A: hue angle of 16º degrees, saturation: 0.08, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A99E9A is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 158 | 154 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.34 |
| HSL | 16º | 0.08% | 0.63% | - |
| HSV(B) | 16º | 0.09% | 0.66% | - |
| XYZ | 34.42 | 35.22 | 35.56 | - |
| YUV | 160.83 | 124.14 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 158 | 154 | 0 | 0.07 | 0.09 | 0.34 | 16 | 0.08 | 0.63 |
| Hex | A9 | 9E | 9A | 0 | 7 | 9 | 22 | 10 | 8 | 3F |
| Octal | 251 | 236 | 232 | 0 | 7 | 11 | 42 | 20 | 10 | 77 |
| Binary | 10101001 | 10011110 | 10011010 | 0 | 111 | 1001 | 100010 | 10000 | 1000 | 111111 |
Color Harmonies of #A99E9A
Complementary color
Monochromatic Colors of #A99E9A
Black with #A99E9A
Text Example
Text Example
White with #A99E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99E9A; }
p { color: rgb(169,158,154); }
H1.HeaderClassName
{
color: #A99E9A;
}
.AnyTagClassName
{
color: #A99E9A;
}
</style>
background-color css
<style>
a { background-color: #A99E9A; }
a { background-color: rgb(169,158,154); }
div.DivClassName
{
background-color: #A99E9A;
}
.BgClassName
{
background-color: #A99E9A;
}
</style>
border-color css
<style>
span { border-color: #A99E9A; }
span { border-color: rgb(169,158,154); }
td.TdClassName
{
border-color: #A99E9A;
}
.TagClassName
{
border-color: #A99E9A;
}
</style>