Shades of Eagle #AFAA90
Tints of Eagle #AFAA90
RGB
CMYK
RGB Variations
Color information
#AFAA90 (or 0xAFAA90) is known color: Eagle. HEX triplet: AF, AA and 90. RGB value is (175,170,144). Sum of RGB (Red+Green+Blue) = 175+170+144=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 144 (56.64% from 255 or 29.45% from 489); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAA90 is #50556F. Grayscale: #A8A8A8. Windows color (decimal): -5264752 or 9480879. OLE color: 9480879.
HSL color Cylindrical-coordinate representation of color #AFAA90: hue angle of 50.32º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFAA90 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 170 | 144 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.31 |
| HSL | 50.32º | 0.16% | 0.63% | - |
| HSV(B) | 50.32º | 0.18% | 0.69% | - |
| XYZ | 37.09 | 39.88 | 32.13 | - |
| YUV | 168.53 | 114.16 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 170 | 144 | 0 | 0.03 | 0.18 | 0.31 | 50.32 | 0.16 | 0.63 |
| Hex | AF | AA | 90 | 0 | 3 | 12 | 1F | 32 | 10 | 3F |
| Octal | 257 | 252 | 220 | 0 | 3 | 22 | 37 | 62 | 20 | 77 |
| Binary | 10101111 | 10101010 | 10010000 | 0 | 11 | 10010 | 11111 | 110010 | 10000 | 111111 |
Color Harmonies of #AFAA90
Complementary color
Monochromatic Colors of #AFAA90
Black with #AFAA90
Text Example
Text Example
White with #AFAA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAA90; }
p { color: rgb(175,170,144); }
H1.HeaderClassName
{
color: #AFAA90;
}
.AnyTagClassName
{
color: #AFAA90;
}
</style>
background-color css
<style>
a { background-color: #AFAA90; }
a { background-color: rgb(175,170,144); }
div.DivClassName
{
background-color: #AFAA90;
}
.BgClassName
{
background-color: #AFAA90;
}
</style>
border-color css
<style>
span { border-color: #AFAA90; }
span { border-color: rgb(175,170,144); }
td.TdClassName
{
border-color: #AFAA90;
}
.TagClassName
{
border-color: #AFAA90;
}
</style>