Shades of Delta #A0A894
Tints of Delta #A0A894
RGB
CMYK
RGB Variations
Color information
#A0A894 (or 0xA0A894) is known color: Delta. HEX triplet: A0, A8 and 94. RGB value is (160,168,148). Sum of RGB (Red+Green+Blue) = 160+168+148=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 168 - color contains mainly: green. Hex color #A0A894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A894 is #5F576B. Grayscale: #A3A3A3. Windows color (decimal): -6248300 or 9742496. OLE color: 9742496.
HSL color Cylindrical-coordinate representation of color #A0A894: hue angle of 84º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A0A894 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 160 | 168 | 148 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.34 |
| HSL | 84º | 0.1% | 0.62% | - |
| HSV(B) | 84º | 0.12% | 0.66% | - |
| XYZ | 33.85 | 37.62 | 33.49 | - |
| YUV | 163.33 | 119.35 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 168 | 148 | 0.05 | 0 | 0.12 | 0.34 | 84 | 0.1 | 0.62 |
| Hex | A0 | A8 | 94 | 5 | 0 | C | 22 | 54 | A | 3E |
| Octal | 240 | 250 | 224 | 5 | 0 | 14 | 42 | 124 | 12 | 76 |
| Binary | 10100000 | 10101000 | 10010100 | 101 | 0 | 1100 | 100010 | 1010100 | 1010 | 111110 |
Color Harmonies of #A0A894
Complementary color
Monochromatic Colors of #A0A894
Black with #A0A894
Text Example
Text Example
White with #A0A894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A894; }
p { color: rgb(160,168,148); }
H1.HeaderClassName
{
color: #A0A894;
}
.AnyTagClassName
{
color: #A0A894;
}
</style>
background-color css
<style>
a { background-color: #A0A894; }
a { background-color: rgb(160,168,148); }
div.DivClassName
{
background-color: #A0A894;
}
.BgClassName
{
background-color: #A0A894;
}
</style>
border-color css
<style>
span { border-color: #A0A894; }
span { border-color: rgb(160,168,148); }
td.TdClassName
{
border-color: #A0A894;
}
.TagClassName
{
border-color: #A0A894;
}
</style>