Shades of Delta #A0A599
Tints of Delta #A0A599
RGB
CMYK
RGB Variations
Color information
#A0A599 (or 0xA0A599) is known color: Delta. HEX triplet: A0, A5 and 99. RGB value is (160,165,153). Sum of RGB (Red+Green+Blue) = 160+165+153=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 153 (60.16% from 255 or 32.01% from 478); Max value from RGB is 165 - color contains mainly: green. Hex color #A0A599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A599 is #5F5A66. Grayscale: #A2A2A2. Windows color (decimal): -6249063 or 10069408. OLE color: 10069408.
HSL color Cylindrical-coordinate representation of color #A0A599: hue angle of 85º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A0A599 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 165 | 153 | - |
| CMYK | 0.03 | 0 | 0.07 | 0.35 |
| HSL | 85º | 0.06% | 0.62% | - |
| HSV(B) | 85º | 0.07% | 0.65% | - |
| XYZ | 33.7 | 36.68 | 35.44 | - |
| YUV | 162.14 | 122.84 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 165 | 153 | 0.03 | 0 | 0.07 | 0.35 | 85 | 0.06 | 0.62 |
| Hex | A0 | A5 | 99 | 3 | 0 | 7 | 23 | 55 | 6 | 3E |
| Octal | 240 | 245 | 231 | 3 | 0 | 7 | 43 | 125 | 6 | 76 |
| Binary | 10100000 | 10100101 | 10011001 | 11 | 0 | 111 | 100011 | 1010101 | 110 | 111110 |
Color Harmonies of #A0A599
Complementary color
Monochromatic Colors of #A0A599
Black with #A0A599
Text Example
Text Example
White with #A0A599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A599; }
p { color: rgb(160,165,153); }
H1.HeaderClassName
{
color: #A0A599;
}
.AnyTagClassName
{
color: #A0A599;
}
</style>
background-color css
<style>
a { background-color: #A0A599; }
a { background-color: rgb(160,165,153); }
div.DivClassName
{
background-color: #A0A599;
}
.BgClassName
{
background-color: #A0A599;
}
</style>
border-color css
<style>
span { border-color: #A0A599; }
span { border-color: rgb(160,165,153); }
td.TdClassName
{
border-color: #A0A599;
}
.TagClassName
{
border-color: #A0A599;
}
</style>