Shades of Del Rio #AC9A90
Tints of Del Rio #AC9A90
RGB
CMYK
RGB Variations
Color information
#AC9A90 (or 0xAC9A90) is known color: Del Rio. HEX triplet: AC, 9A and 90. RGB value is (172,154,144). Sum of RGB (Red+Green+Blue) = 172+154+144=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 154 (60.55% from 255 or 32.77% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9A90 is #53656F. Grayscale: #9E9E9E. Windows color (decimal): -5465456 or 9476780. OLE color: 9476780.
HSL color Cylindrical-coordinate representation of color #AC9A90: hue angle of 21.43º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AC9A90 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 154 | 144 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.33 |
| HSL | 21.43º | 0.14% | 0.62% | - |
| HSV(B) | 21.43º | 0.16% | 0.67% | - |
| XYZ | 33.6 | 33.9 | 31.16 | - |
| YUV | 158.24 | 119.96 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 154 | 144 | 0 | 0.10 | 0.16 | 0.33 | 21.43 | 0.14 | 0.62 |
| Hex | AC | 9A | 90 | 0 | A | 10 | 21 | 15 | E | 3E |
| Octal | 254 | 232 | 220 | 0 | 12 | 20 | 41 | 25 | 16 | 76 |
| Binary | 10101100 | 10011010 | 10010000 | 0 | 1010 | 10000 | 100001 | 10101 | 1110 | 111110 |
Color Harmonies of #AC9A90
Complementary color
Monochromatic Colors of #AC9A90
Black with #AC9A90
Text Example
Text Example
White with #AC9A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9A90; }
p { color: rgb(172,154,144); }
H1.HeaderClassName
{
color: #AC9A90;
}
.AnyTagClassName
{
color: #AC9A90;
}
</style>
background-color css
<style>
a { background-color: #AC9A90; }
a { background-color: rgb(172,154,144); }
div.DivClassName
{
background-color: #AC9A90;
}
.BgClassName
{
background-color: #AC9A90;
}
</style>
border-color css
<style>
span { border-color: #AC9A90; }
span { border-color: rgb(172,154,144); }
td.TdClassName
{
border-color: #AC9A90;
}
.TagClassName
{
border-color: #AC9A90;
}
</style>