Shades of Eagle #AFAC9B
Tints of Eagle #AFAC9B
RGB
CMYK
RGB Variations
Color information
#AFAC9B (or 0xAFAC9B) is known color: Eagle. HEX triplet: AF, AC and 9B. RGB value is (175,172,155). Sum of RGB (Red+Green+Blue) = 175+172+155=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 155 (60.94% from 255 or 30.88% from 502); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAC9B is #505364. Grayscale: #ABABAB. Windows color (decimal): -5264229 or 10202287. OLE color: 10202287.
HSL color Cylindrical-coordinate representation of color #AFAC9B: hue angle of 51º 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 #AFAC9B is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 172 | 155 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.31 |
| HSL | 51º | 0.11% | 0.65% | - |
| HSV(B) | 51º | 0.11% | 0.69% | - |
| XYZ | 38.35 | 40.99 | 36.9 | - |
| YUV | 170.96 | 118.99 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 172 | 155 | 0 | 0.02 | 0.11 | 0.31 | 51 | 0.11 | 0.65 |
| Hex | AF | AC | 9B | 0 | 2 | B | 1F | 33 | B | 41 |
| Octal | 257 | 254 | 233 | 0 | 2 | 13 | 37 | 63 | 13 | 101 |
| Binary | 10101111 | 10101100 | 10011011 | 0 | 10 | 1011 | 11111 | 110011 | 1011 | 1000001 |
Color Harmonies of #AFAC9B
Complementary color
Monochromatic Colors of #AFAC9B
Black with #AFAC9B
Text Example
Text Example
White with #AFAC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAC9B; }
p { color: rgb(175,172,155); }
H1.HeaderClassName
{
color: #AFAC9B;
}
.AnyTagClassName
{
color: #AFAC9B;
}
</style>
background-color css
<style>
a { background-color: #AFAC9B; }
a { background-color: rgb(175,172,155); }
div.DivClassName
{
background-color: #AFAC9B;
}
.BgClassName
{
background-color: #AFAC9B;
}
</style>
border-color css
<style>
span { border-color: #AFAC9B; }
span { border-color: rgb(175,172,155); }
td.TdClassName
{
border-color: #AFAC9B;
}
.TagClassName
{
border-color: #AFAC9B;
}
</style>