Shades of Eagle #AFAA8F
Tints of Eagle #AFAA8F
RGB
CMYK
RGB Variations
Color information
#AFAA8F (or 0xAFAA8F) is known color: Eagle. HEX triplet: AF, AA and 8F. RGB value is (175,170,143). Sum of RGB (Red+Green+Blue) = 175+170+143=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 143 (56.25% from 255 or 29.30% from 488); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAA8F is #505570. Grayscale: #A8A8A8. Windows color (decimal): -5264753 or 9415343. OLE color: 9415343.
HSL color Cylindrical-coordinate representation of color #AFAA8F: hue angle of 50.62º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFAA8F is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 170 | 143 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.31 |
| HSL | 50.63º | 0.17% | 0.62% | - |
| HSV(B) | 50.63º | 0.18% | 0.69% | - |
| XYZ | 37.01 | 39.85 | 31.73 | - |
| YUV | 168.42 | 113.66 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 170 | 143 | 0 | 0.03 | 0.18 | 0.31 | 50.63 | 0.17 | 0.62 |
| Hex | AF | AA | 8F | 0 | 3 | 12 | 1F | 33 | 11 | 3E |
| Octal | 257 | 252 | 217 | 0 | 3 | 22 | 37 | 63 | 21 | 76 |
| Binary | 10101111 | 10101010 | 10001111 | 0 | 11 | 10010 | 11111 | 110011 | 10001 | 111110 |
Color Harmonies of #AFAA8F
Complementary color
Monochromatic Colors of #AFAA8F
Black with #AFAA8F
Text Example
Text Example
White with #AFAA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAA8F; }
p { color: rgb(175,170,143); }
H1.HeaderClassName
{
color: #AFAA8F;
}
.AnyTagClassName
{
color: #AFAA8F;
}
</style>
background-color css
<style>
a { background-color: #AFAA8F; }
a { background-color: rgb(175,170,143); }
div.DivClassName
{
background-color: #AFAA8F;
}
.BgClassName
{
background-color: #AFAA8F;
}
</style>
border-color css
<style>
span { border-color: #AFAA8F; }
span { border-color: rgb(175,170,143); }
td.TdClassName
{
border-color: #AFAA8F;
}
.TagClassName
{
border-color: #AFAA8F;
}
</style>