#AFAE9D

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

Shades of Eagle #AFAE9D

Tints of Eagle #AFAE9D

Color information

#AFAE9D (or 0xAFAE9D) is unknown color: approx Eagle. HEX triplet: AF, AE and 9D. RGB value is (175,174,157). Sum of RGB (Red+Green+Blue) = 175+174+157=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAE9D is #505162. Grayscale: #ACACAC. Windows color (decimal): -5263715 or 10333871. OLE color: 10333871.

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

Color convert

RGB175174157-
CMYK00.010.100.31
HSL56.67º10.11%65.1%-
HSV(B)56.67º10.29%68.63%-
XYZ38.941.8237.92-
YUV172.36119.33129.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.58%
GREEN value IS 174 (68.36% from 255) = 34.39%
BLUE value IS 157 (61.72% from 255) = 31.03%
R=34.58%
G=34.39%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517415700.010.100.3156.6710.1165.1
HexAFAE9D01A1F39a41
Octal2572562350112377112101
Binary1010111110101110100111010110101111111100110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAE9D; }

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

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

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

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

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

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

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

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