Shades of Eagle #A8A493
Tints of Eagle #A8A493
RGB
CMYK
RGB Variations
Color information
#A8A493 (or 0xA8A493) is known color: Eagle. HEX triplet: A8, A4 and 93. RGB value is (168,164,147). Sum of RGB (Red+Green+Blue) = 168+164+147=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 164 (64.45% from 255 or 34.24% from 479); Blue value is 147 (57.81% from 255 or 30.69% from 479); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A493 is #575B6C. Grayscale: #A3A3A3. Windows color (decimal): -5725037 or 9675944. OLE color: 9675944.
HSL color Cylindrical-coordinate representation of color #A8A493: hue angle of 48.57º degrees, saturation: 0.11, 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 #A8A493 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 164 | 147 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.34 |
| HSL | 48.57º | 0.11% | 0.62% | - |
| HSV(B) | 48.57º | 0.13% | 0.66% | - |
| XYZ | 34.69 | 36.98 | 32.91 | - |
| YUV | 163.26 | 118.83 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 164 | 147 | 0 | 0.02 | 0.13 | 0.34 | 48.57 | 0.11 | 0.62 |
| Hex | A8 | A4 | 93 | 0 | 2 | D | 22 | 31 | B | 3E |
| Octal | 250 | 244 | 223 | 0 | 2 | 15 | 42 | 61 | 13 | 76 |
| Binary | 10101000 | 10100100 | 10010011 | 0 | 10 | 1101 | 100010 | 110001 | 1011 | 111110 |
Color Harmonies of #A8A493
Complementary color
Monochromatic Colors of #A8A493
Black with #A8A493
Text Example
Text Example
White with #A8A493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A493; }
p { color: rgb(168,164,147); }
H1.HeaderClassName
{
color: #A8A493;
}
.AnyTagClassName
{
color: #A8A493;
}
</style>
background-color css
<style>
a { background-color: #A8A493; }
a { background-color: rgb(168,164,147); }
div.DivClassName
{
background-color: #A8A493;
}
.BgClassName
{
background-color: #A8A493;
}
</style>
border-color css
<style>
span { border-color: #A8A493; }
span { border-color: rgb(168,164,147); }
td.TdClassName
{
border-color: #A8A493;
}
.TagClassName
{
border-color: #A8A493;
}
</style>