Shades of Eagle #AFAC91
Tints of Eagle #AFAC91
RGB
CMYK
RGB Variations
Color information
#AFAC91 (or 0xAFAC91) is known color: Eagle. HEX triplet: AF, AC and 91. RGB value is (175,172,145). Sum of RGB (Red+Green+Blue) = 175+172+145=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 172 (67.58% from 255 or 34.96% from 492); Blue value is 145 (57.03% from 255 or 29.47% from 492); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAC91 is #50536E. Grayscale: #A9A9A9. Windows color (decimal): -5264239 or 9546927. OLE color: 9546927.
HSL color Cylindrical-coordinate representation of color #AFAC91: hue angle of 54º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFAC91 is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 172 | 145 | - |
| CMYK | 0 | 0.02 | 0.17 | 0.31 |
| HSL | 54º | 0.16% | 0.63% | - |
| HSV(B) | 54º | 0.17% | 0.69% | - |
| XYZ | 37.54 | 40.66 | 32.66 | - |
| YUV | 169.82 | 113.99 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 172 | 145 | 0 | 0.02 | 0.17 | 0.31 | 54 | 0.16 | 0.63 |
| Hex | AF | AC | 91 | 0 | 2 | 11 | 1F | 36 | 10 | 3F |
| Octal | 257 | 254 | 221 | 0 | 2 | 21 | 37 | 66 | 20 | 77 |
| Binary | 10101111 | 10101100 | 10010001 | 0 | 10 | 10001 | 11111 | 110110 | 10000 | 111111 |
Color Harmonies of #AFAC91
Complementary color
Monochromatic Colors of #AFAC91
Black with #AFAC91
Text Example
Text Example
White with #AFAC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAC91; }
p { color: rgb(175,172,145); }
H1.HeaderClassName
{
color: #AFAC91;
}
.AnyTagClassName
{
color: #AFAC91;
}
</style>
background-color css
<style>
a { background-color: #AFAC91; }
a { background-color: rgb(175,172,145); }
div.DivClassName
{
background-color: #AFAC91;
}
.BgClassName
{
background-color: #AFAC91;
}
</style>
border-color css
<style>
span { border-color: #AFAC91; }
span { border-color: rgb(175,172,145); }
td.TdClassName
{
border-color: #AFAC91;
}
.TagClassName
{
border-color: #AFAC91;
}
</style>