#AFAE94

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

Shades of Eagle #AFAE94

Tints of Eagle #AFAE94

Color information

#AFAE94 (or 0xAFAE94) is unknown color: approx Eagle. HEX triplet: AF, AE and 94. RGB value is (175,174,148). Sum of RGB (Red+Green+Blue) = 175+174+148=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 148 (58.20% from 255 or 29.78% from 497); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAE94 is #50516B. Grayscale: #ABABAB. Windows color (decimal): -5263724 or 9744047. OLE color: 9744047.

HSL color Cylindrical-coordinate representation of color #AFAE94: hue angle of 57.78º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFAE94 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB175174148-
CMYK00.010.150.31
HSL57.78º14.44%63.33%-
HSV(B)57.78º15.43%68.63%-
XYZ38.1641.5234.02-
YUV171.33114.83130.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.21%
GREEN value IS 174 (68.36% from 255) = 35.01%
BLUE value IS 148 (58.20% from 255) = 29.78%
R=35.21%
G=35.01%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517414800.010.150.3157.7814.4463.33
HexAFAE9401F1F3ae3f
Octal257256224011737721677
Binary101011111010111010010100011111111111110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAE94; }

 p { color: rgb(175,174,148); }

 H1.HeaderClassName
 {
   color: #AFAE94;
 }
 .AnyTagClassName
 {
   color: #AFAE94;
 }
</style>
background-color css

<style>
 a { background-color: #AFAE94; }

 a { background-color: rgb(175,174,148); }

 div.DivClassName
 {
   background-color: #AFAE94;
 }
 .BgClassName
 {
   background-color: #AFAE94;
 }
</style>
border-color css

<style>
 span { border-color: #AFAE94; }

 span { border-color: rgb(175,174,148); }

 td.TdClassName
 {
   border-color: #AFAE94;
 }
 .TagClassName
 {
   border-color: #AFAE94;
 }
</style>