Shades of Eagle #A9A793
Tints of Eagle #A9A793
RGB
CMYK
RGB Variations
Color information
#A9A793 (or 0xA9A793) is known color: Eagle. HEX triplet: A9, A7 and 93. RGB value is (169,167,147). Sum of RGB (Red+Green+Blue) = 169+167+147=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 167 (65.62% from 255 or 34.58% from 483); Blue value is 147 (57.81% from 255 or 30.43% from 483); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A793 is #56586C. Grayscale: #A5A5A5. Windows color (decimal): -5658733 or 9676713. OLE color: 9676713.
HSL color Cylindrical-coordinate representation of color #A9A793: hue angle of 54.55º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A9A793 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 167 | 147 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.34 |
| HSL | 54.55º | 0.11% | 0.62% | - |
| HSV(B) | 54.55º | 0.13% | 0.66% | - |
| XYZ | 35.45 | 38.18 | 33.1 | - |
| YUV | 165.32 | 117.66 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 167 | 147 | 0 | 0.01 | 0.13 | 0.34 | 54.55 | 0.11 | 0.62 |
| Hex | A9 | A7 | 93 | 0 | 1 | D | 22 | 37 | B | 3E |
| Octal | 251 | 247 | 223 | 0 | 1 | 15 | 42 | 67 | 13 | 76 |
| Binary | 10101001 | 10100111 | 10010011 | 0 | 1 | 1101 | 100010 | 110111 | 1011 | 111110 |
Color Harmonies of #A9A793
Complementary color
Monochromatic Colors of #A9A793
Black with #A9A793
Text Example
Text Example
White with #A9A793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A793; }
p { color: rgb(169,167,147); }
H1.HeaderClassName
{
color: #A9A793;
}
.AnyTagClassName
{
color: #A9A793;
}
</style>
background-color css
<style>
a { background-color: #A9A793; }
a { background-color: rgb(169,167,147); }
div.DivClassName
{
background-color: #A9A793;
}
.BgClassName
{
background-color: #A9A793;
}
</style>
border-color css
<style>
span { border-color: #A9A793; }
span { border-color: rgb(169,167,147); }
td.TdClassName
{
border-color: #A9A793;
}
.TagClassName
{
border-color: #A9A793;
}
</style>