Shades of Delta #A0A399
Tints of Delta #A0A399
RGB
CMYK
RGB Variations
Color information
#A0A399 (or 0xA0A399) is known color: Delta. HEX triplet: A0, A3 and 99. RGB value is (160,163,153). Sum of RGB (Red+Green+Blue) = 160+163+153=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 163 (64.06% from 255 or 34.24% from 476); Blue value is 153 (60.16% from 255 or 32.14% from 476); Max value from RGB is 163 - color contains mainly: green. Hex color #A0A399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A399 is #5F5C66. Grayscale: #A1A1A1. Windows color (decimal): -6249575 or 10068896. OLE color: 10068896.
HSL color Cylindrical-coordinate representation of color #A0A399: hue angle of 78º degrees, saturation: 0.05, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A0A399 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 163 | 153 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.36 |
| HSL | 78º | 0.05% | 0.62% | - |
| HSV(B) | 78º | 0.06% | 0.64% | - |
| XYZ | 33.34 | 35.97 | 35.32 | - |
| YUV | 160.96 | 123.51 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 163 | 153 | 0.02 | 0 | 0.06 | 0.36 | 78 | 0.05 | 0.62 |
| Hex | A0 | A3 | 99 | 2 | 0 | 6 | 24 | 4E | 5 | 3E |
| Octal | 240 | 243 | 231 | 2 | 0 | 6 | 44 | 116 | 5 | 76 |
| Binary | 10100000 | 10100011 | 10011001 | 10 | 0 | 110 | 100100 | 1001110 | 101 | 111110 |
Color Harmonies of #A0A399
Complementary color
Monochromatic Colors of #A0A399
Black with #A0A399
Text Example
Text Example
White with #A0A399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A399; }
p { color: rgb(160,163,153); }
H1.HeaderClassName
{
color: #A0A399;
}
.AnyTagClassName
{
color: #A0A399;
}
</style>
background-color css
<style>
a { background-color: #A0A399; }
a { background-color: rgb(160,163,153); }
div.DivClassName
{
background-color: #A0A399;
}
.BgClassName
{
background-color: #A0A399;
}
</style>
border-color css
<style>
span { border-color: #A0A399; }
span { border-color: rgb(160,163,153); }
td.TdClassName
{
border-color: #A0A399;
}
.TagClassName
{
border-color: #A0A399;
}
</style>