#AFAC8E

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

Shades of Eagle #AFAC8E

Tints of Eagle #AFAC8E

Color information

#AFAC8E (or 0xAFAC8E) is unknown color: approx Eagle. HEX triplet: AF, AC and 8E. RGB value is (175,172,142). Sum of RGB (Red+Green+Blue) = 175+172+142=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 142 (55.86% from 255 or 29.04% from 489); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAC8E is #505371. Grayscale: #A9A9A9. Windows color (decimal): -5264242 or 9350319. OLE color: 9350319.

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

Color convert

RGB175172142-
CMYK00.020.190.31
HSL54.55º17.1%62.16%-
HSV(B)54.55º18.86%68.63%-
XYZ37.3140.5731.46-
YUV169.48112.49131.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.79%
GREEN value IS 172 (67.58% from 255) = 35.17%
BLUE value IS 142 (55.86% from 255) = 29.04%
R=35.79%
G=35.17%
B=29.04%

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
Decimal17517214200.020.190.3154.5517.162.16
HexAFAC8E02131F37113e
Octal257254216022337672176
Binary101011111010110010001110010100111111111011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAC8E; }

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

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

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

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

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

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

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

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