Shades of Del Rio #A8948C
Tints of Del Rio #A8948C
RGB
CMYK
RGB Variations
Color information
#A8948C (or 0xA8948C) is known color: Del Rio. HEX triplet: A8, 94 and 8C. RGB value is (168,148,140). Sum of RGB (Red+Green+Blue) = 168+148+140=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 168 - color contains mainly: red. Hex color #A8948C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8948C is #576B73. Grayscale: #999999. Windows color (decimal): -5729140 or 9213096. OLE color: 9213096.
HSL color Cylindrical-coordinate representation of color #A8948C: hue angle of 17.14º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8948C is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 148 | 140 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.34 |
| HSL | 17.14º | 0.14% | 0.6% | - |
| HSV(B) | 17.14º | 0.17% | 0.66% | - |
| XYZ | 31.47 | 31.4 | 29.21 | - |
| YUV | 153.07 | 120.63 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 148 | 140 | 0 | 0.12 | 0.17 | 0.34 | 17.14 | 0.14 | 0.6 |
| Hex | A8 | 94 | 8C | 0 | C | 11 | 22 | 11 | E | 3C |
| Octal | 250 | 224 | 214 | 0 | 14 | 21 | 42 | 21 | 16 | 74 |
| Binary | 10101000 | 10010100 | 10001100 | 0 | 1100 | 10001 | 100010 | 10001 | 1110 | 111100 |
Color Harmonies of #A8948C
Complementary color
Monochromatic Colors of #A8948C
Black with #A8948C
Text Example
Text Example
White with #A8948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8948C; }
p { color: rgb(168,148,140); }
H1.HeaderClassName
{
color: #A8948C;
}
.AnyTagClassName
{
color: #A8948C;
}
</style>
background-color css
<style>
a { background-color: #A8948C; }
a { background-color: rgb(168,148,140); }
div.DivClassName
{
background-color: #A8948C;
}
.BgClassName
{
background-color: #A8948C;
}
</style>
border-color css
<style>
span { border-color: #A8948C; }
span { border-color: rgb(168,148,140); }
td.TdClassName
{
border-color: #A8948C;
}
.TagClassName
{
border-color: #A8948C;
}
</style>