Shades of Eagle #AFAF9A
Tints of Eagle #AFAF9A
RGB
CMYK
RGB Variations
Color information
#AFAF9A (or 0xAFAF9A) is known color: Eagle. HEX triplet: AF, AF and 9A. RGB value is (175,175,154). Sum of RGB (Red+Green+Blue) = 175+175+154=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAF9A is #505065. Grayscale: #ACACAC. Windows color (decimal): -5263462 or 10137519. OLE color: 10137519.
HSL color Cylindrical-coordinate representation of color #AFAF9A: hue angle of 60º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFAF9A is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 175 | 154 | - |
| CMYK | 0 | 0 | 0.12 | 0.31 |
| HSL | 60º | 0.12% | 0.65% | - |
| HSV(B) | 60º | 0.12% | 0.69% | - |
| XYZ | 38.84 | 42.11 | 36.65 | - |
| YUV | 172.61 | 117.5 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 175 | 154 | 0 | 0 | 0.12 | 0.31 | 60 | 0.12 | 0.65 |
| Hex | AF | AF | 9A | 0 | 0 | C | 1F | 3C | C | 41 |
| Octal | 257 | 257 | 232 | 0 | 0 | 14 | 37 | 74 | 14 | 101 |
| Binary | 10101111 | 10101111 | 10011010 | 0 | 0 | 1100 | 11111 | 111100 | 1100 | 1000001 |
Color Harmonies of #AFAF9A
Complementary color
Monochromatic Colors of #AFAF9A
Black with #AFAF9A
Text Example
Text Example
White with #AFAF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAF9A; }
p { color: rgb(175,175,154); }
H1.HeaderClassName
{
color: #AFAF9A;
}
.AnyTagClassName
{
color: #AFAF9A;
}
</style>
background-color css
<style>
a { background-color: #AFAF9A; }
a { background-color: rgb(175,175,154); }
div.DivClassName
{
background-color: #AFAF9A;
}
.BgClassName
{
background-color: #AFAF9A;
}
</style>
border-color css
<style>
span { border-color: #AFAF9A; }
span { border-color: rgb(175,175,154); }
td.TdClassName
{
border-color: #AFAF9A;
}
.TagClassName
{
border-color: #AFAF9A;
}
</style>