Shades of Del Rio #AA9F9A
Tints of Del Rio #AA9F9A
RGB
CMYK
RGB Variations
Color information
#AA9F9A (or 0xAA9F9A) is known color: Del Rio. HEX triplet: AA, 9F and 9A. RGB value is (170,159,154). Sum of RGB (Red+Green+Blue) = 170+159+154=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 159 (62.5% from 255 or 32.92% from 483); Blue value is 154 (60.55% from 255 or 31.88% from 483); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9F9A is #556065. Grayscale: #A1A1A1. Windows color (decimal): -5595238 or 10133418. OLE color: 10133418.
HSL color Cylindrical-coordinate representation of color #AA9F9A: hue angle of 18.75º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AA9F9A is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 159 | 154 | - |
CMYK | 0 | 0.06 | 0.09 | 0.33 |
HSL | 18.75º | 0.09% | 0.64% | - |
HSV(B) | 18.75º | 0.09% | 0.67% | - |
XYZ | 34.81 | 35.68 | 35.62 | - |
YUV | 161.72 | 123.64 | 133.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 159 | 154 | 0 | 0.06 | 0.09 | 0.33 | 18.75 | 0.09 | 0.64 |
Hex | AA | 9F | 9A | 0 | 6 | 9 | 21 | 13 | 9 | 40 |
Octal | 252 | 237 | 232 | 0 | 6 | 11 | 41 | 23 | 11 | 100 |
Binary | 10101010 | 10011111 | 10011010 | 0 | 110 | 1001 | 100001 | 10011 | 1001 | 1000000 |
Color Harmonies of #AA9F9A
Complementary color
Monochromatic Colors of #AA9F9A
Black with #AA9F9A
Text Example
Text Example
White with #AA9F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9F9A; }
p { color: rgb(170,159,154); }
H1.HeaderClassName
{
color: #AA9F9A;
}
.AnyTagClassName
{
color: #AA9F9A;
}
</style>
background-color css
<style>
a { background-color: #AA9F9A; }
a { background-color: rgb(170,159,154); }
div.DivClassName
{
background-color: #AA9F9A;
}
.BgClassName
{
background-color: #AA9F9A;
}
</style>
border-color css
<style>
span { border-color: #AA9F9A; }
span { border-color: rgb(170,159,154); }
td.TdClassName
{
border-color: #AA9F9A;
}
.TagClassName
{
border-color: #AA9F9A;
}
</style>