Shades of Eagle #AAA48F
Tints of Eagle #AAA48F
RGB
CMYK
RGB Variations
Color information
#AAA48F (or 0xAAA48F) is known color: Eagle. HEX triplet: AA, A4 and 8F. RGB value is (170,164,143). Sum of RGB (Red+Green+Blue) = 170+164+143=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 164 (64.45% from 255 or 34.38% from 477); Blue value is 143 (56.25% from 255 or 29.98% from 477); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA48F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA48F is #555B70. Grayscale: #A3A3A3. Windows color (decimal): -5593969 or 9413802. OLE color: 9413802.
HSL color Cylindrical-coordinate representation of color #AAA48F: hue angle of 46.67º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AAA48F is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 164 | 143 | - |
| CMYK | 0 | 0.04 | 0.16 | 0.33 |
| HSL | 46.67º | 0.14% | 0.61% | - |
| HSV(B) | 46.67º | 0.16% | 0.67% | - |
| XYZ | 34.81 | 37.08 | 31.31 | - |
| YUV | 163.4 | 116.49 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 143 | 0 | 0.04 | 0.16 | 0.33 | 46.67 | 0.14 | 0.61 |
| Hex | AA | A4 | 8F | 0 | 4 | 10 | 21 | 2F | E | 3D |
| Octal | 252 | 244 | 217 | 0 | 4 | 20 | 41 | 57 | 16 | 75 |
| Binary | 10101010 | 10100100 | 10001111 | 0 | 100 | 10000 | 100001 | 101111 | 1110 | 111101 |
Color Harmonies of #AAA48F
Complementary color
Monochromatic Colors of #AAA48F
Black with #AAA48F
Text Example
Text Example
White with #AAA48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA48F; }
p { color: rgb(170,164,143); }
H1.HeaderClassName
{
color: #AAA48F;
}
.AnyTagClassName
{
color: #AAA48F;
}
</style>
background-color css
<style>
a { background-color: #AAA48F; }
a { background-color: rgb(170,164,143); }
div.DivClassName
{
background-color: #AAA48F;
}
.BgClassName
{
background-color: #AAA48F;
}
</style>
border-color css
<style>
span { border-color: #AAA48F; }
span { border-color: rgb(170,164,143); }
td.TdClassName
{
border-color: #AAA48F;
}
.TagClassName
{
border-color: #AAA48F;
}
</style>