#AFAD9E

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

Shades of Eagle #AFAD9E

Tints of Eagle #AFAD9E

Color information

#AFAD9E (or 0xAFAD9E) is unknown color: approx Eagle. HEX triplet: AF, AD and 9E. RGB value is (175,173,158). Sum of RGB (Red+Green+Blue) = 175+173+158=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAD9E is #505261. Grayscale: #ABABAB. Windows color (decimal): -5263970 or 10399151. OLE color: 10399151.

HSL color Cylindrical-coordinate representation of color #AFAD9E: hue angle of 52.94º 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 #AFAD9E is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB175173158-
CMYK00.010.100.31
HSL52.94º9.6%65.29%-
HSV(B)52.94º9.71%68.63%-
XYZ38.7941.4738.31-
YUV171.89120.16130.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.58%
GREEN value IS 173 (67.97% from 255) = 34.19%
BLUE value IS 158 (62.11% from 255) = 31.23%
R=34.58%
G=34.19%
B=31.23%

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
Decimal17517315800.010.100.3152.949.665.29
HexAFAD9E01A1F35a41
Octal2572552360112376512101
Binary1010111110101101100111100110101111111010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAD9E; }

 p { color: rgb(175,173,158); }

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

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

 a { background-color: rgb(175,173,158); }

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

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

 span { border-color: rgb(175,173,158); }

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