Shades of Eagle #A9A595
Tints of Eagle #A9A595
RGB
CMYK
RGB Variations
Color information
#A9A595 (or 0xA9A595) is known color: Eagle. HEX triplet: A9, A5 and 95. RGB value is (169,165,149). Sum of RGB (Red+Green+Blue) = 169+165+149=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A595 is #565A6A. Grayscale: #A4A4A4. Windows color (decimal): -5659243 or 9807273. OLE color: 9807273.
HSL color Cylindrical-coordinate representation of color #A9A595: hue angle of 48º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A9A595 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 165 | 149 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.34 |
| HSL | 48º | 0.1% | 0.62% | - |
| HSV(B) | 48º | 0.12% | 0.66% | - |
| XYZ | 35.24 | 37.52 | 33.82 | - |
| YUV | 164.37 | 119.33 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 165 | 149 | 0 | 0.02 | 0.12 | 0.34 | 48 | 0.1 | 0.62 |
| Hex | A9 | A5 | 95 | 0 | 2 | C | 22 | 30 | A | 3E |
| Octal | 251 | 245 | 225 | 0 | 2 | 14 | 42 | 60 | 12 | 76 |
| Binary | 10101001 | 10100101 | 10010101 | 0 | 10 | 1100 | 100010 | 110000 | 1010 | 111110 |
Color Harmonies of #A9A595
Complementary color
Monochromatic Colors of #A9A595
Black with #A9A595
Text Example
Text Example
White with #A9A595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A595; }
p { color: rgb(169,165,149); }
H1.HeaderClassName
{
color: #A9A595;
}
.AnyTagClassName
{
color: #A9A595;
}
</style>
background-color css
<style>
a { background-color: #A9A595; }
a { background-color: rgb(169,165,149); }
div.DivClassName
{
background-color: #A9A595;
}
.BgClassName
{
background-color: #A9A595;
}
</style>
border-color css
<style>
span { border-color: #A9A595; }
span { border-color: rgb(169,165,149); }
td.TdClassName
{
border-color: #A9A595;
}
.TagClassName
{
border-color: #A9A595;
}
</style>