Shades of Eagle #A9A693
Tints of Eagle #A9A693
RGB
CMYK
RGB Variations
Color information
#A9A693 (or 0xA9A693) is known color: Eagle. HEX triplet: A9, A6 and 93. RGB value is (169,166,147). Sum of RGB (Red+Green+Blue) = 169+166+147=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A693 is #56596C. Grayscale: #A4A4A4. Windows color (decimal): -5658989 or 9676457. OLE color: 9676457.
HSL color Cylindrical-coordinate representation of color #A9A693: hue angle of 51.82º 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 #A9A693 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 166 | 147 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.34 |
| HSL | 51.82º | 0.11% | 0.62% | - |
| HSV(B) | 51.82º | 0.13% | 0.66% | - |
| XYZ | 35.26 | 37.81 | 33.04 | - |
| YUV | 164.73 | 117.99 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 166 | 147 | 0 | 0.02 | 0.13 | 0.34 | 51.82 | 0.11 | 0.62 |
| Hex | A9 | A6 | 93 | 0 | 2 | D | 22 | 34 | B | 3E |
| Octal | 251 | 246 | 223 | 0 | 2 | 15 | 42 | 64 | 13 | 76 |
| Binary | 10101001 | 10100110 | 10010011 | 0 | 10 | 1101 | 100010 | 110100 | 1011 | 111110 |
Color Harmonies of #A9A693
Complementary color
Monochromatic Colors of #A9A693
Black with #A9A693
Text Example
Text Example
White with #A9A693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A693; }
p { color: rgb(169,166,147); }
H1.HeaderClassName
{
color: #A9A693;
}
.AnyTagClassName
{
color: #A9A693;
}
</style>
background-color css
<style>
a { background-color: #A9A693; }
a { background-color: rgb(169,166,147); }
div.DivClassName
{
background-color: #A9A693;
}
.BgClassName
{
background-color: #A9A693;
}
</style>
border-color css
<style>
span { border-color: #A9A693; }
span { border-color: rgb(169,166,147); }
td.TdClassName
{
border-color: #A9A693;
}
.TagClassName
{
border-color: #A9A693;
}
</style>