#AFAA8C

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

Shades of Eagle #AFAA8C

Tints of Eagle #AFAA8C

Color information

#AFAA8C (or 0xAFAA8C) is unknown color: approx Eagle. HEX triplet: AF, AA and 8C. RGB value is (175,170,140). Sum of RGB (Red+Green+Blue) = 175+170+140=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 140 (55.08% from 255 or 28.87% from 485); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAA8C is #505573. Grayscale: #A8A8A8. Windows color (decimal): -5264756 or 9218735. OLE color: 9218735.

HSL color Cylindrical-coordinate representation of color #AFAA8C: hue angle of 51.43º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFAA8C is Cyan = 0, Magento = 0.03, Yellow = 0.2 and Black (K on CMYK) = 0.31.

Color convert

RGB175170140-
CMYK00.030.20.31
HSL51.43º17.95%61.76%-
HSV(B)51.43º20%68.63%-
XYZ36.7939.7630.55-
YUV168.08112.16132.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.08%
GREEN value IS 170 (66.80% from 255) = 35.05%
BLUE value IS 140 (55.08% from 255) = 28.87%
R=36.08%
G=35.05%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.2
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517014000.030.20.3151.4317.9561.76
HexAFAA8C03141F33123e
Octal257252214032437632276
Binary101011111010101010001100011101001111111001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAA8C; }

 p { color: rgb(175,170,140); }

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

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

 a { background-color: rgb(175,170,140); }

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

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

 span { border-color: rgb(175,170,140); }

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