#AFAB8E

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

Shades of Eagle #AFAB8E

Tints of Eagle #AFAB8E

Color information

#AFAB8E (or 0xAFAB8E) is unknown color: approx Eagle. HEX triplet: AF, AB and 8E. RGB value is (175,171,142). Sum of RGB (Red+Green+Blue) = 175+171+142=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 142 (55.86% from 255 or 29.10% from 488); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAB8E is #505471. Grayscale: #A9A9A9. Windows color (decimal): -5264498 or 9350063. OLE color: 9350063.

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

Color convert

RGB175171142-
CMYK00.020.190.31
HSL52.73º17.1%62.16%-
HSV(B)52.73º18.86%68.63%-
XYZ37.1240.1931.39-
YUV168.89112.83132.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.86%
GREEN value IS 171 (67.19% from 255) = 35.04%
BLUE value IS 142 (55.86% from 255) = 29.10%
R=35.86%
G=35.04%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517114200.020.190.3152.7317.162.16
HexAFAB8E02131F35113e
Octal257253216022337652176
Binary101011111010101110001110010100111111111010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAB8E; }

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

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

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

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

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

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

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

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