Shades of Eagle #AFAB90
Tints of Eagle #AFAB90
RGB
CMYK
RGB Variations
Color information
#AFAB90 (or 0xAFAB90) is known color: Eagle. HEX triplet: AF, AB and 90. RGB value is (175,171,144). Sum of RGB (Red+Green+Blue) = 175+171+144=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 144 (56.64% from 255 or 29.39% from 490); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAB90 is #50546F. Grayscale: #A9A9A9. Windows color (decimal): -5264496 or 9481135. OLE color: 9481135.
HSL color Cylindrical-coordinate representation of color #AFAB90: hue angle of 52.26º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFAB90 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 171 | 144 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.31 |
| HSL | 52.26º | 0.16% | 0.63% | - |
| HSV(B) | 52.26º | 0.18% | 0.69% | - |
| XYZ | 37.28 | 40.25 | 32.19 | - |
| YUV | 169.12 | 113.83 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 171 | 144 | 0 | 0.02 | 0.18 | 0.31 | 52.26 | 0.16 | 0.63 |
| Hex | AF | AB | 90 | 0 | 2 | 12 | 1F | 34 | 10 | 3F |
| Octal | 257 | 253 | 220 | 0 | 2 | 22 | 37 | 64 | 20 | 77 |
| Binary | 10101111 | 10101011 | 10010000 | 0 | 10 | 10010 | 11111 | 110100 | 10000 | 111111 |
Color Harmonies of #AFAB90
Complementary color
Monochromatic Colors of #AFAB90
Black with #AFAB90
Text Example
Text Example
White with #AFAB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAB90; }
p { color: rgb(175,171,144); }
H1.HeaderClassName
{
color: #AFAB90;
}
.AnyTagClassName
{
color: #AFAB90;
}
</style>
background-color css
<style>
a { background-color: #AFAB90; }
a { background-color: rgb(175,171,144); }
div.DivClassName
{
background-color: #AFAB90;
}
.BgClassName
{
background-color: #AFAB90;
}
</style>
border-color css
<style>
span { border-color: #AFAB90; }
span { border-color: rgb(175,171,144); }
td.TdClassName
{
border-color: #AFAB90;
}
.TagClassName
{
border-color: #AFAB90;
}
</style>