Shades of Delta #A0A499
Tints of Delta #A0A499
RGB
CMYK
RGB Variations
Color information
#A0A499 (or 0xA0A499) is known color: Delta. HEX triplet: A0, A4 and 99. RGB value is (160,164,153). Sum of RGB (Red+Green+Blue) = 160+164+153=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 164 (64.45% from 255 or 34.38% from 477); Blue value is 153 (60.16% from 255 or 32.08% from 477); Max value from RGB is 164 - color contains mainly: green. Hex color #A0A499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A499 is #5F5B66. Grayscale: #A1A1A1. Windows color (decimal): -6249319 or 10069152. OLE color: 10069152.
HSL color Cylindrical-coordinate representation of color #A0A499: hue angle of 81.82º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A0A499 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 164 | 153 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.36 |
| HSL | 81.82º | 0.06% | 0.62% | - |
| HSV(B) | 81.82º | 0.07% | 0.64% | - |
| XYZ | 33.52 | 36.32 | 35.38 | - |
| YUV | 161.55 | 123.17 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 164 | 153 | 0.02 | 0 | 0.07 | 0.36 | 81.82 | 0.06 | 0.62 |
| Hex | A0 | A4 | 99 | 2 | 0 | 7 | 24 | 52 | 6 | 3E |
| Octal | 240 | 244 | 231 | 2 | 0 | 7 | 44 | 122 | 6 | 76 |
| Binary | 10100000 | 10100100 | 10011001 | 10 | 0 | 111 | 100100 | 1010010 | 110 | 111110 |
Color Harmonies of #A0A499
Complementary color
Monochromatic Colors of #A0A499
Black with #A0A499
Text Example
Text Example
White with #A0A499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A499; }
p { color: rgb(160,164,153); }
H1.HeaderClassName
{
color: #A0A499;
}
.AnyTagClassName
{
color: #A0A499;
}
</style>
background-color css
<style>
a { background-color: #A0A499; }
a { background-color: rgb(160,164,153); }
div.DivClassName
{
background-color: #A0A499;
}
.BgClassName
{
background-color: #A0A499;
}
</style>
border-color css
<style>
span { border-color: #A0A499; }
span { border-color: rgb(160,164,153); }
td.TdClassName
{
border-color: #A0A499;
}
.TagClassName
{
border-color: #A0A499;
}
</style>