Shades of Eagle #AFAB8E
Tints of Eagle #AFAB8E
RGB
CMYK
RGB Variations
Color information
#AFAB8E (or 0xAFAB8E) is known color: Eagle. HEX triplet: AF, AB and 8E. RGB value is (175,171,142). Sum of RGB (Red+Green+Blue) = 175+171+142=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 142 (55.86% from 255 or 29.10% from 488); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAB8E is #505471. Grayscale: #A9A9A9. Windows color (decimal): -5264498 or 9350063. OLE color: 9350063.
HSL color Cylindrical-coordinate representation of color #AFAB8E: hue angle of 52.73º 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 #AFAB8E is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 171 | 142 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.31 |
| HSL | 52.73º | 0.17% | 0.62% | - |
| HSV(B) | 52.73º | 0.19% | 0.69% | - |
| XYZ | 37.12 | 40.19 | 31.39 | - |
| YUV | 168.89 | 112.83 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 171 | 142 | 0 | 0.02 | 0.19 | 0.31 | 52.73 | 0.17 | 0.62 |
| Hex | AF | AB | 8E | 0 | 2 | 13 | 1F | 35 | 11 | 3E |
| Octal | 257 | 253 | 216 | 0 | 2 | 23 | 37 | 65 | 21 | 76 |
| Binary | 10101111 | 10101011 | 10001110 | 0 | 10 | 10011 | 11111 | 110101 | 10001 | 111110 |
Color Harmonies of #AFAB8E
Complementary color
Monochromatic Colors of #AFAB8E
Black with #AFAB8E
Text Example
Text Example
White with #AFAB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAB8E; }
p { color: rgb(175,171,142); }
H1.HeaderClassName
{
color: #AFAB8E;
}
.AnyTagClassName
{
color: #AFAB8E;
}
</style>
background-color css
<style>
a { background-color: #AFAB8E; }
a { background-color: rgb(175,171,142); }
div.DivClassName
{
background-color: #AFAB8E;
}
.BgClassName
{
background-color: #AFAB8E;
}
</style>
border-color css
<style>
span { border-color: #AFAB8E; }
span { border-color: rgb(175,171,142); }
td.TdClassName
{
border-color: #AFAB8E;
}
.TagClassName
{
border-color: #AFAB8E;
}
</style>