Shades of Eagle #AFA88E
Tints of Eagle #AFA88E
RGB
CMYK
RGB Variations
Color information
#AFA88E (or 0xAFA88E) is known color: Eagle. HEX triplet: AF, A8 and 8E. RGB value is (175,168,142). Sum of RGB (Red+Green+Blue) = 175+168+142=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA88E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA88E is #505771. Grayscale: #A7A7A7. Windows color (decimal): -5265266 or 9349295. OLE color: 9349295.
HSL color Cylindrical-coordinate representation of color #AFA88E: hue angle of 47.27º 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 #AFA88E is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 168 | 142 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.31 |
| HSL | 47.27º | 0.17% | 0.62% | - |
| HSV(B) | 47.27º | 0.19% | 0.69% | - |
| XYZ | 36.56 | 39.07 | 31.21 | - |
| YUV | 167.13 | 113.82 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 168 | 142 | 0 | 0.04 | 0.19 | 0.31 | 47.27 | 0.17 | 0.62 |
| Hex | AF | A8 | 8E | 0 | 4 | 13 | 1F | 2F | 11 | 3E |
| Octal | 257 | 250 | 216 | 0 | 4 | 23 | 37 | 57 | 21 | 76 |
| Binary | 10101111 | 10101000 | 10001110 | 0 | 100 | 10011 | 11111 | 101111 | 10001 | 111110 |
Color Harmonies of #AFA88E
Complementary color
Monochromatic Colors of #AFA88E
Black with #AFA88E
Text Example
Text Example
White with #AFA88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA88E; }
p { color: rgb(175,168,142); }
H1.HeaderClassName
{
color: #AFA88E;
}
.AnyTagClassName
{
color: #AFA88E;
}
</style>
background-color css
<style>
a { background-color: #AFA88E; }
a { background-color: rgb(175,168,142); }
div.DivClassName
{
background-color: #AFA88E;
}
.BgClassName
{
background-color: #AFA88E;
}
</style>
border-color css
<style>
span { border-color: #AFA88E; }
span { border-color: rgb(175,168,142); }
td.TdClassName
{
border-color: #AFA88E;
}
.TagClassName
{
border-color: #AFA88E;
}
</style>