Shades of Del Rio #A89C98
Tints of Del Rio #A89C98
RGB
CMYK
RGB Variations
Color information
#A89C98 (or 0xA89C98) is known color: Del Rio. HEX triplet: A8, 9C and 98. RGB value is (168,156,152). Sum of RGB (Red+Green+Blue) = 168+156+152=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 152 (59.77% from 255 or 31.93% from 476); Max value from RGB is 168 - color contains mainly: red. Hex color #A89C98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89C98 is #576367. Grayscale: #9F9F9F. Windows color (decimal): -5727080 or 10001576. OLE color: 10001576.
HSL color Cylindrical-coordinate representation of color #A89C98: hue angle of 15º degrees, saturation: 0.08, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A89C98 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 156 | 152 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.34 |
| HSL | 15º | 0.08% | 0.63% | - |
| HSV(B) | 15º | 0.1% | 0.66% | - |
| XYZ | 33.7 | 34.37 | 34.56 | - |
| YUV | 159.13 | 123.98 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 156 | 152 | 0 | 0.07 | 0.10 | 0.34 | 15 | 0.08 | 0.63 |
| Hex | A8 | 9C | 98 | 0 | 7 | A | 22 | F | 8 | 3F |
| Octal | 250 | 234 | 230 | 0 | 7 | 12 | 42 | 17 | 10 | 77 |
| Binary | 10101000 | 10011100 | 10011000 | 0 | 111 | 1010 | 100010 | 1111 | 1000 | 111111 |
Color Harmonies of #A89C98
Complementary color
Monochromatic Colors of #A89C98
Black with #A89C98
Text Example
Text Example
White with #A89C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89C98; }
p { color: rgb(168,156,152); }
H1.HeaderClassName
{
color: #A89C98;
}
.AnyTagClassName
{
color: #A89C98;
}
</style>
background-color css
<style>
a { background-color: #A89C98; }
a { background-color: rgb(168,156,152); }
div.DivClassName
{
background-color: #A89C98;
}
.BgClassName
{
background-color: #A89C98;
}
</style>
border-color css
<style>
span { border-color: #A89C98; }
span { border-color: rgb(168,156,152); }
td.TdClassName
{
border-color: #A89C98;
}
.TagClassName
{
border-color: #A89C98;
}
</style>