Shades of Eagle #AFAA8E
Tints of Eagle #AFAA8E
RGB
CMYK
RGB Variations
Color information
#AFAA8E (or 0xAFAA8E) is known color: Eagle. HEX triplet: AF, AA and 8E. RGB value is (175,170,142). Sum of RGB (Red+Green+Blue) = 175+170+142=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 142 (55.86% from 255 or 29.16% from 487); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAA8E is #505571. Grayscale: #A8A8A8. Windows color (decimal): -5264754 or 9349807. OLE color: 9349807.
HSL color Cylindrical-coordinate representation of color #AFAA8E: hue angle of 50.91º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFAA8E is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 170 | 142 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.31 |
| HSL | 50.91º | 0.17% | 0.62% | - |
| HSV(B) | 50.91º | 0.19% | 0.69% | - |
| XYZ | 36.94 | 39.82 | 31.33 | - |
| YUV | 168.3 | 113.16 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 170 | 142 | 0 | 0.03 | 0.19 | 0.31 | 50.91 | 0.17 | 0.62 |
| Hex | AF | AA | 8E | 0 | 3 | 13 | 1F | 33 | 11 | 3E |
| Octal | 257 | 252 | 216 | 0 | 3 | 23 | 37 | 63 | 21 | 76 |
| Binary | 10101111 | 10101010 | 10001110 | 0 | 11 | 10011 | 11111 | 110011 | 10001 | 111110 |
Color Harmonies of #AFAA8E
Complementary color
Monochromatic Colors of #AFAA8E
Black with #AFAA8E
Text Example
Text Example
White with #AFAA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAA8E; }
p { color: rgb(175,170,142); }
H1.HeaderClassName
{
color: #AFAA8E;
}
.AnyTagClassName
{
color: #AFAA8E;
}
</style>
background-color css
<style>
a { background-color: #AFAA8E; }
a { background-color: rgb(175,170,142); }
div.DivClassName
{
background-color: #AFAA8E;
}
.BgClassName
{
background-color: #AFAA8E;
}
</style>
border-color css
<style>
span { border-color: #AFAA8E; }
span { border-color: rgb(175,170,142); }
td.TdClassName
{
border-color: #AFAA8E;
}
.TagClassName
{
border-color: #AFAA8E;
}
</style>