Shades of Del Rio #ACA099
Tints of Del Rio #ACA099
RGB
CMYK
RGB Variations
Color information
#ACA099 (or 0xACA099) is known color: Del Rio. HEX triplet: AC, A0 and 99. RGB value is (172,160,153). Sum of RGB (Red+Green+Blue) = 172+160+153=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 153 (60.16% from 255 or 31.55% from 485); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA099 is #535F66. Grayscale: #A2A2A2. Windows color (decimal): -5463911 or 10068140. OLE color: 10068140.
HSL color Cylindrical-coordinate representation of color #ACA099: hue angle of 22.11º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACA099 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 160 | 153 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.33 |
| HSL | 22.11º | 0.1% | 0.64% | - |
| HSV(B) | 22.11º | 0.11% | 0.67% | - |
| XYZ | 35.33 | 36.21 | 35.26 | - |
| YUV | 162.79 | 122.48 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 160 | 153 | 0 | 0.07 | 0.11 | 0.33 | 22.11 | 0.1 | 0.64 |
| Hex | AC | A0 | 99 | 0 | 7 | B | 21 | 16 | A | 40 |
| Octal | 254 | 240 | 231 | 0 | 7 | 13 | 41 | 26 | 12 | 100 |
| Binary | 10101100 | 10100000 | 10011001 | 0 | 111 | 1011 | 100001 | 10110 | 1010 | 1000000 |
Color Harmonies of #ACA099
Complementary color
Monochromatic Colors of #ACA099
Black with #ACA099
Text Example
Text Example
White with #ACA099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA099; }
p { color: rgb(172,160,153); }
H1.HeaderClassName
{
color: #ACA099;
}
.AnyTagClassName
{
color: #ACA099;
}
</style>
background-color css
<style>
a { background-color: #ACA099; }
a { background-color: rgb(172,160,153); }
div.DivClassName
{
background-color: #ACA099;
}
.BgClassName
{
background-color: #ACA099;
}
</style>
border-color css
<style>
span { border-color: #ACA099; }
span { border-color: rgb(172,160,153); }
td.TdClassName
{
border-color: #ACA099;
}
.TagClassName
{
border-color: #ACA099;
}
</style>