#AFA88E

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

Shades of Eagle #AFA88E

Tints of Eagle #AFA88E

Color information

#AFA88E (or 0xAFA88E) is unknown color: approx Eagle. HEX triplet: AF, A8 and 8E. RGB value is (175,168,142). Sum of RGB (Red+Green+Blue) = 175+168+142=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA88E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA88E is #505771. Grayscale: #A7A7A7. Windows color (decimal): -5265266 or 9349295. OLE color: 9349295.

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

Color convert

RGB175168142-
CMYK00.040.190.31
HSL47.27º17.1%62.16%-
HSV(B)47.27º18.86%68.63%-
XYZ36.5639.0731.21-
YUV167.13113.82133.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.08%
GREEN value IS 168 (66.02% from 255) = 34.64%
BLUE value IS 142 (55.86% from 255) = 29.28%
R=36.08%
G=34.64%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516814200.040.190.3147.2717.162.16
HexAFA88E04131F2f113e
Octal257250216042337572176
Binary1010111110101000100011100100100111111110111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA88E; }

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

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

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

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

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

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

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

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