Shades of Eagle #AFAC8F
Tints of Eagle #AFAC8F
RGB
CMYK
RGB Variations
Color information
#AFAC8F (or 0xAFAC8F) is known color: Eagle. HEX triplet: AF, AC and 8F. RGB value is (175,172,143). Sum of RGB (Red+Green+Blue) = 175+172+143=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 143 (56.25% from 255 or 29.18% from 490); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAC8F is #505370. Grayscale: #A9A9A9. Windows color (decimal): -5264241 or 9415855. OLE color: 9415855.
HSL color Cylindrical-coordinate representation of color #AFAC8F: hue angle of 54.38º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFAC8F is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 172 | 143 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.31 |
| HSL | 54.38º | 0.17% | 0.62% | - |
| HSV(B) | 54.38º | 0.18% | 0.69% | - |
| XYZ | 37.39 | 40.6 | 31.85 | - |
| YUV | 169.59 | 112.99 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 172 | 143 | 0 | 0.02 | 0.18 | 0.31 | 54.38 | 0.17 | 0.62 |
| Hex | AF | AC | 8F | 0 | 2 | 12 | 1F | 36 | 11 | 3E |
| Octal | 257 | 254 | 217 | 0 | 2 | 22 | 37 | 66 | 21 | 76 |
| Binary | 10101111 | 10101100 | 10001111 | 0 | 10 | 10010 | 11111 | 110110 | 10001 | 111110 |
Color Harmonies of #AFAC8F
Complementary color
Monochromatic Colors of #AFAC8F
Black with #AFAC8F
Text Example
Text Example
White with #AFAC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAC8F; }
p { color: rgb(175,172,143); }
H1.HeaderClassName
{
color: #AFAC8F;
}
.AnyTagClassName
{
color: #AFAC8F;
}
</style>
background-color css
<style>
a { background-color: #AFAC8F; }
a { background-color: rgb(175,172,143); }
div.DivClassName
{
background-color: #AFAC8F;
}
.BgClassName
{
background-color: #AFAC8F;
}
</style>
border-color css
<style>
span { border-color: #AFAC8F; }
span { border-color: rgb(175,172,143); }
td.TdClassName
{
border-color: #AFAC8F;
}
.TagClassName
{
border-color: #AFAC8F;
}
</style>