#AFAE8C

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

Shades of Eagle #AFAE8C

Tints of Eagle #AFAE8C

Color information

#AFAE8C (or 0xAFAE8C) is unknown color: approx Eagle. HEX triplet: AF, AE and 8C. RGB value is (175,174,140). Sum of RGB (Red+Green+Blue) = 175+174+140=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAE8C is #505173. Grayscale: #AAAAAA. Windows color (decimal): -5263732 or 9219759. OLE color: 9219759.

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

Color convert

RGB175174140-
CMYK00.010.20.31
HSL58.29º17.95%61.76%-
HSV(B)58.29º20%68.63%-
XYZ37.5541.2830.8-
YUV170.42110.83131.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.79%
GREEN value IS 174 (68.36% from 255) = 35.58%
BLUE value IS 140 (55.08% from 255) = 28.63%
R=35.79%
G=35.58%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.2
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517414000.010.20.3158.2917.9561.76
HexAFAE8C01141F3a123e
Octal257256214012437722276
Binary10101111101011101000110001101001111111101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAE8C; }

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

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

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

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

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

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

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

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