#AFAE8E

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

Shades of Eagle #AFAE8E

Tints of Eagle #AFAE8E

Color information

#AFAE8E (or 0xAFAE8E) is unknown color: approx Eagle. HEX triplet: AF, AE and 8E. RGB value is (175,174,142). Sum of RGB (Red+Green+Blue) = 175+174+142=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAE8E is #505171. Grayscale: #AAAAAA. Windows color (decimal): -5263730 or 9350831. OLE color: 9350831.

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

Color convert

RGB175174142-
CMYK00.010.190.31
HSL58.18º17.1%62.16%-
HSV(B)58.18º18.86%68.63%-
XYZ37.741.3431.58-
YUV170.65111.83131.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.64%
GREEN value IS 174 (68.36% from 255) = 35.44%
BLUE value IS 142 (55.86% from 255) = 28.92%
R=35.64%
G=35.44%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517414200.010.190.3158.1817.162.16
HexAFAE8E01131F3a113e
Octal257256216012337722176
Binary10101111101011101000111001100111111111101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAE8E; }

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

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

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

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

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

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

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

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