Shades of Eagle #AFAE8D
Tints of Eagle #AFAE8D
RGB
CMYK
RGB Variations
Color information
#AFAE8D (or 0xAFAE8D) is known color: Eagle. HEX triplet: AF, AE and 8D. RGB value is (175,174,141). Sum of RGB (Red+Green+Blue) = 175+174+141=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 174 (68.36% from 255 or 35.51% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAE8D is #505172. Grayscale: #AAAAAA. Windows color (decimal): -5263731 or 9285295. OLE color: 9285295.
HSL color Cylindrical-coordinate representation of color #AFAE8D: hue angle of 58.24º degrees, saturation: 0.18, 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 #AFAE8D is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 174 | 141 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.31 |
| HSL | 58.24º | 0.18% | 0.62% | - |
| HSV(B) | 58.24º | 0.19% | 0.69% | - |
| XYZ | 37.62 | 41.31 | 31.19 | - |
| YUV | 170.54 | 111.33 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 174 | 141 | 0 | 0.01 | 0.19 | 0.31 | 58.24 | 0.18 | 0.62 |
| Hex | AF | AE | 8D | 0 | 1 | 13 | 1F | 3A | 12 | 3E |
| Octal | 257 | 256 | 215 | 0 | 1 | 23 | 37 | 72 | 22 | 76 |
| Binary | 10101111 | 10101110 | 10001101 | 0 | 1 | 10011 | 11111 | 111010 | 10010 | 111110 |
Color Harmonies of #AFAE8D
Complementary color
Monochromatic Colors of #AFAE8D
Black with #AFAE8D
Text Example
Text Example
White with #AFAE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAE8D; }
p { color: rgb(175,174,141); }
H1.HeaderClassName
{
color: #AFAE8D;
}
.AnyTagClassName
{
color: #AFAE8D;
}
</style>
background-color css
<style>
a { background-color: #AFAE8D; }
a { background-color: rgb(175,174,141); }
div.DivClassName
{
background-color: #AFAE8D;
}
.BgClassName
{
background-color: #AFAE8D;
}
</style>
border-color css
<style>
span { border-color: #AFAE8D; }
span { border-color: rgb(175,174,141); }
td.TdClassName
{
border-color: #AFAE8D;
}
.TagClassName
{
border-color: #AFAE8D;
}
</style>