Shades of Eagle #AFA890
Tints of Eagle #AFA890
RGB
CMYK
RGB Variations
Color information
#AFA890 (or 0xAFA890) is known color: Eagle. HEX triplet: AF, A8 and 90. RGB value is (175,168,144). Sum of RGB (Red+Green+Blue) = 175+168+144=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 144 (56.64% from 255 or 29.57% from 487); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA890 is #50576F. Grayscale: #A7A7A7. Windows color (decimal): -5265264 or 9480367. OLE color: 9480367.
HSL color Cylindrical-coordinate representation of color #AFA890: hue angle of 46.45º 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 #AFA890 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 168 | 144 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.31 |
| HSL | 46.45º | 0.16% | 0.63% | - |
| HSV(B) | 46.45º | 0.18% | 0.69% | - |
| XYZ | 36.72 | 39.13 | 32 | - |
| YUV | 167.36 | 114.82 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 168 | 144 | 0 | 0.04 | 0.18 | 0.31 | 46.45 | 0.16 | 0.63 |
| Hex | AF | A8 | 90 | 0 | 4 | 12 | 1F | 2E | 10 | 3F |
| Octal | 257 | 250 | 220 | 0 | 4 | 22 | 37 | 56 | 20 | 77 |
| Binary | 10101111 | 10101000 | 10010000 | 0 | 100 | 10010 | 11111 | 101110 | 10000 | 111111 |
Color Harmonies of #AFA890
Complementary color
Monochromatic Colors of #AFA890
Black with #AFA890
Text Example
Text Example
White with #AFA890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA890; }
p { color: rgb(175,168,144); }
H1.HeaderClassName
{
color: #AFA890;
}
.AnyTagClassName
{
color: #AFA890;
}
</style>
background-color css
<style>
a { background-color: #AFA890; }
a { background-color: rgb(175,168,144); }
div.DivClassName
{
background-color: #AFA890;
}
.BgClassName
{
background-color: #AFA890;
}
</style>
border-color css
<style>
span { border-color: #AFA890; }
span { border-color: rgb(175,168,144); }
td.TdClassName
{
border-color: #AFA890;
}
.TagClassName
{
border-color: #AFA890;
}
</style>