Shades of Eagle #AFB099
Tints of Eagle #AFB099
RGB
CMYK
RGB Variations
Color information
#AFB099 (or 0xAFB099) is known color: Eagle. HEX triplet: AF, B0 and 99. RGB value is (175,176,153). Sum of RGB (Red+Green+Blue) = 175+176+153=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 153 (60.16% from 255 or 30.36% from 504); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB099 is #504F66. Grayscale: #ADADAD. Windows color (decimal): -5263207 or 10072239. OLE color: 10072239.
HSL color Cylindrical-coordinate representation of color #AFB099: hue angle of 62.61º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFB099 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 176 | 153 | - |
| CMYK | 0.01 | 0 | 0.13 | 0.31 |
| HSL | 62.61º | 0.13% | 0.65% | - |
| HSV(B) | 62.61º | 0.13% | 0.69% | - |
| XYZ | 38.95 | 42.46 | 36.28 | - |
| YUV | 173.08 | 116.67 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 176 | 153 | 0.01 | 0 | 0.13 | 0.31 | 62.61 | 0.13 | 0.65 |
| Hex | AF | B0 | 99 | 1 | 0 | D | 1F | 3F | D | 41 |
| Octal | 257 | 260 | 231 | 1 | 0 | 15 | 37 | 77 | 15 | 101 |
| Binary | 10101111 | 10110000 | 10011001 | 1 | 0 | 1101 | 11111 | 111111 | 1101 | 1000001 |
Color Harmonies of #AFB099
Complementary color
Monochromatic Colors of #AFB099
Black with #AFB099
Text Example
Text Example
White with #AFB099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB099; }
p { color: rgb(175,176,153); }
H1.HeaderClassName
{
color: #AFB099;
}
.AnyTagClassName
{
color: #AFB099;
}
</style>
background-color css
<style>
a { background-color: #AFB099; }
a { background-color: rgb(175,176,153); }
div.DivClassName
{
background-color: #AFB099;
}
.BgClassName
{
background-color: #AFB099;
}
</style>
border-color css
<style>
span { border-color: #AFB099; }
span { border-color: rgb(175,176,153); }
td.TdClassName
{
border-color: #AFB099;
}
.TagClassName
{
border-color: #AFB099;
}
</style>