Shades of Del Rio #AA958B
Tints of Del Rio #AA958B
RGB
CMYK
RGB Variations
Color information
#AA958B (or 0xAA958B) is known color: Del Rio. HEX triplet: AA, 95 and 8B. RGB value is (170,149,139). Sum of RGB (Red+Green+Blue) = 170+149+139=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 149 (58.59% from 255 or 32.53% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 170 - color contains mainly: red. Hex color #AA958B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA958B is #556A74. Grayscale: #9A9A9A. Windows color (decimal): -5597813 or 9147818. OLE color: 9147818.
HSL color Cylindrical-coordinate representation of color #AA958B: hue angle of 19.35º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AA958B is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 149 | 139 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.33 |
| HSL | 19.35º | 0.15% | 0.61% | - |
| HSV(B) | 19.35º | 0.18% | 0.67% | - |
| XYZ | 31.99 | 31.91 | 28.9 | - |
| YUV | 154.14 | 119.46 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 149 | 139 | 0 | 0.12 | 0.18 | 0.33 | 19.35 | 0.15 | 0.61 |
| Hex | AA | 95 | 8B | 0 | C | 12 | 21 | 13 | F | 3D |
| Octal | 252 | 225 | 213 | 0 | 14 | 22 | 41 | 23 | 17 | 75 |
| Binary | 10101010 | 10010101 | 10001011 | 0 | 1100 | 10010 | 100001 | 10011 | 1111 | 111101 |
Color Harmonies of #AA958B
Complementary color
Monochromatic Colors of #AA958B
Black with #AA958B
Text Example
Text Example
White with #AA958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA958B; }
p { color: rgb(170,149,139); }
H1.HeaderClassName
{
color: #AA958B;
}
.AnyTagClassName
{
color: #AA958B;
}
</style>
background-color css
<style>
a { background-color: #AA958B; }
a { background-color: rgb(170,149,139); }
div.DivClassName
{
background-color: #AA958B;
}
.BgClassName
{
background-color: #AA958B;
}
</style>
border-color css
<style>
span { border-color: #AA958B; }
span { border-color: rgb(170,149,139); }
td.TdClassName
{
border-color: #AA958B;
}
.TagClassName
{
border-color: #AA958B;
}
</style>