#AFB099

Color #AFB099 Eagle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eagle #AFB099

Tints of Eagle #AFB099

Color information

#AFB099 (or 0xAFB099) is unknown color: approx 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

RGB175176153-
CMYK0.0100.130.31
HSL62.61º12.71%64.51%-
HSV(B)62.61º13.07%69.02%-
XYZ38.9542.4636.28-
YUV173.08116.67129.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 34.72%
GREEN value IS 176 (69.14% from 255) = 34.92%
BLUE value IS 153 (60.16% from 255) = 30.36%
R=34.72%
G=34.92%
B=30.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751761530.0100.130.3162.6112.7164.51
HexAFB09910D1F3fd41
Octal2572602311015377715101
Binary1010111110110000100110011011011111111111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>