#AFAE95

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

Shades of Eagle #AFAE95

Tints of Eagle #AFAE95

Color information

#AFAE95 (or 0xAFAE95) is unknown color: approx Eagle. HEX triplet: AF, AE and 95. RGB value is (175,174,149). Sum of RGB (Red+Green+Blue) = 175+174+149=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 174 (68.36% from 255 or 34.94% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAE95 is #50516A. Grayscale: #ABABAB. Windows color (decimal): -5263723 or 9809583. OLE color: 9809583.

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

Color convert

RGB175174149-
CMYK00.010.150.31
HSL57.69º13.98%63.53%-
HSV(B)57.69º14.86%68.63%-
XYZ38.2441.5634.44-
YUV171.45115.33130.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.14%
GREEN value IS 174 (68.36% from 255) = 34.94%
BLUE value IS 149 (58.59% from 255) = 29.92%
R=35.14%
G=34.94%
B=29.92%

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
Decimal17517414900.010.150.3157.6913.9863.53
HexAFAE9501F1F3ae40
Octal2572562250117377216100
Binary1010111110101110100101010111111111111101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAE95; }

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

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

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

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

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

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

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

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