Shades of Eagle #A9A596
Tints of Eagle #A9A596
RGB
CMYK
RGB Variations
Color information
#A9A596 (or 0xA9A596) is known color: Eagle. HEX triplet: A9, A5 and 96. RGB value is (169,165,150). Sum of RGB (Red+Green+Blue) = 169+165+150=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 165 (64.84% from 255 or 34.09% from 484); Blue value is 150 (58.98% from 255 or 30.99% from 484); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A596 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A596 is #565A69. Grayscale: #A4A4A4. Windows color (decimal): -5659242 or 9872809. OLE color: 9872809.
HSL color Cylindrical-coordinate representation of color #A9A596: hue angle of 47.37º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A9A596 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 165 | 150 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.34 |
| HSL | 47.37º | 0.1% | 0.63% | - |
| HSV(B) | 47.37º | 0.11% | 0.66% | - |
| XYZ | 35.32 | 37.55 | 34.24 | - |
| YUV | 164.49 | 119.83 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 165 | 150 | 0 | 0.02 | 0.11 | 0.34 | 47.37 | 0.1 | 0.63 |
| Hex | A9 | A5 | 96 | 0 | 2 | B | 22 | 2F | A | 3F |
| Octal | 251 | 245 | 226 | 0 | 2 | 13 | 42 | 57 | 12 | 77 |
| Binary | 10101001 | 10100101 | 10010110 | 0 | 10 | 1011 | 100010 | 101111 | 1010 | 111111 |
Color Harmonies of #A9A596
Complementary color
Monochromatic Colors of #A9A596
Black with #A9A596
Text Example
Text Example
White with #A9A596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A596; }
p { color: rgb(169,165,150); }
H1.HeaderClassName
{
color: #A9A596;
}
.AnyTagClassName
{
color: #A9A596;
}
</style>
background-color css
<style>
a { background-color: #A9A596; }
a { background-color: rgb(169,165,150); }
div.DivClassName
{
background-color: #A9A596;
}
.BgClassName
{
background-color: #A9A596;
}
</style>
border-color css
<style>
span { border-color: #A9A596; }
span { border-color: rgb(169,165,150); }
td.TdClassName
{
border-color: #A9A596;
}
.TagClassName
{
border-color: #A9A596;
}
</style>