Shades of Eagle #AFAC8C
Tints of Eagle #AFAC8C
RGB
CMYK
RGB Variations
Color information
#AFAC8C (or 0xAFAC8C) is known color: Eagle. HEX triplet: AF, AC and 8C. RGB value is (175,172,140). Sum of RGB (Red+Green+Blue) = 175+172+140=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 140 (55.08% from 255 or 28.75% from 487); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAC8C is #505373. Grayscale: #A9A9A9. Windows color (decimal): -5264244 or 9219247. OLE color: 9219247.
HSL color Cylindrical-coordinate representation of color #AFAC8C: hue angle of 54.86º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFAC8C is Cyan = 0, Magento = 0.02, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 172 | 140 | - |
| CMYK | 0 | 0.02 | 0.2 | 0.31 |
| HSL | 54.86º | 0.18% | 0.62% | - |
| HSV(B) | 54.86º | 0.2% | 0.69% | - |
| XYZ | 37.17 | 40.51 | 30.67 | - |
| YUV | 169.25 | 111.49 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 172 | 140 | 0 | 0.02 | 0.2 | 0.31 | 54.86 | 0.18 | 0.62 |
| Hex | AF | AC | 8C | 0 | 2 | 14 | 1F | 37 | 12 | 3E |
| Octal | 257 | 254 | 214 | 0 | 2 | 24 | 37 | 67 | 22 | 76 |
| Binary | 10101111 | 10101100 | 10001100 | 0 | 10 | 10100 | 11111 | 110111 | 10010 | 111110 |
Color Harmonies of #AFAC8C
Complementary color
Monochromatic Colors of #AFAC8C
Black with #AFAC8C
Text Example
Text Example
White with #AFAC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAC8C; }
p { color: rgb(175,172,140); }
H1.HeaderClassName
{
color: #AFAC8C;
}
.AnyTagClassName
{
color: #AFAC8C;
}
</style>
background-color css
<style>
a { background-color: #AFAC8C; }
a { background-color: rgb(175,172,140); }
div.DivClassName
{
background-color: #AFAC8C;
}
.BgClassName
{
background-color: #AFAC8C;
}
</style>
border-color css
<style>
span { border-color: #AFAC8C; }
span { border-color: rgb(175,172,140); }
td.TdClassName
{
border-color: #AFAC8C;
}
.TagClassName
{
border-color: #AFAC8C;
}
</style>