Shades of Eagle #AFAF9B
Tints of Eagle #AFAF9B
RGB
CMYK
RGB Variations
Color information
#AFAF9B (or 0xAFAF9B) is known color: Eagle. HEX triplet: AF, AF and 9B. RGB value is (175,175,155). Sum of RGB (Red+Green+Blue) = 175+175+155=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 155 (60.94% from 255 or 30.69% from 505); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAF9B is #505064. Grayscale: #ACACAC. Windows color (decimal): -5263461 or 10203055. OLE color: 10203055.
HSL color Cylindrical-coordinate representation of color #AFAF9B: hue angle of 60º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFAF9B is Cyan = 0, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 175 | 155 | - |
| CMYK | 0 | 0 | 0.11 | 0.31 |
| HSL | 60º | 0.11% | 0.65% | - |
| HSV(B) | 60º | 0.11% | 0.69% | - |
| XYZ | 38.93 | 42.14 | 37.09 | - |
| YUV | 172.72 | 118 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 175 | 155 | 0 | 0 | 0.11 | 0.31 | 60 | 0.11 | 0.65 |
| Hex | AF | AF | 9B | 0 | 0 | B | 1F | 3C | B | 41 |
| Octal | 257 | 257 | 233 | 0 | 0 | 13 | 37 | 74 | 13 | 101 |
| Binary | 10101111 | 10101111 | 10011011 | 0 | 0 | 1011 | 11111 | 111100 | 1011 | 1000001 |
Color Harmonies of #AFAF9B
Complementary color
Monochromatic Colors of #AFAF9B
Black with #AFAF9B
Text Example
Text Example
White with #AFAF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAF9B; }
p { color: rgb(175,175,155); }
H1.HeaderClassName
{
color: #AFAF9B;
}
.AnyTagClassName
{
color: #AFAF9B;
}
</style>
background-color css
<style>
a { background-color: #AFAF9B; }
a { background-color: rgb(175,175,155); }
div.DivClassName
{
background-color: #AFAF9B;
}
.BgClassName
{
background-color: #AFAF9B;
}
</style>
border-color css
<style>
span { border-color: #AFAF9B; }
span { border-color: rgb(175,175,155); }
td.TdClassName
{
border-color: #AFAF9B;
}
.TagClassName
{
border-color: #AFAF9B;
}
</style>