Shades of Delta #A1A599
Tints of Delta #A1A599
RGB
CMYK
RGB Variations
Color information
#A1A599 (or 0xA1A599) is known color: Delta. HEX triplet: A1, A5 and 99. RGB value is (161,165,153). Sum of RGB (Red+Green+Blue) = 161+165+153=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 153 (60.16% from 255 or 31.94% from 479); Max value from RGB is 165 - color contains mainly: green. Hex color #A1A599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A599 is #5E5A66. Grayscale: #A2A2A2. Windows color (decimal): -6183527 or 10069409. OLE color: 10069409.
HSL color Cylindrical-coordinate representation of color #A1A599: hue angle of 80º 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 #A1A599 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 165 | 153 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.35 |
| HSL | 80º | 0.06% | 0.62% | - |
| HSV(B) | 80º | 0.07% | 0.65% | - |
| XYZ | 33.9 | 36.79 | 35.45 | - |
| YUV | 162.44 | 122.67 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 165 | 153 | 0.02 | 0 | 0.07 | 0.35 | 80 | 0.06 | 0.62 |
| Hex | A1 | A5 | 99 | 2 | 0 | 7 | 23 | 50 | 6 | 3E |
| Octal | 241 | 245 | 231 | 2 | 0 | 7 | 43 | 120 | 6 | 76 |
| Binary | 10100001 | 10100101 | 10011001 | 10 | 0 | 111 | 100011 | 1010000 | 110 | 111110 |
Color Harmonies of #A1A599
Complementary color
Monochromatic Colors of #A1A599
Black with #A1A599
Text Example
Text Example
White with #A1A599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A599; }
p { color: rgb(161,165,153); }
H1.HeaderClassName
{
color: #A1A599;
}
.AnyTagClassName
{
color: #A1A599;
}
</style>
background-color css
<style>
a { background-color: #A1A599; }
a { background-color: rgb(161,165,153); }
div.DivClassName
{
background-color: #A1A599;
}
.BgClassName
{
background-color: #A1A599;
}
</style>
border-color css
<style>
span { border-color: #A1A599; }
span { border-color: rgb(161,165,153); }
td.TdClassName
{
border-color: #A1A599;
}
.TagClassName
{
border-color: #A1A599;
}
</style>