#AFAA8B

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

Shades of Eagle #AFAA8B

Tints of Eagle #AFAA8B

Color information

#AFAA8B (or 0xAFAA8B) is unknown color: approx Eagle. HEX triplet: AF, AA and 8B. RGB value is (175,170,139). Sum of RGB (Red+Green+Blue) = 175+170+139=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 139 (54.69% from 255 or 28.72% from 484); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAA8B is #505574. Grayscale: #A8A8A8. Windows color (decimal): -5264757 or 9153199. OLE color: 9153199.

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

Color convert

RGB175170139-
CMYK00.030.210.31
HSL51.67º18.37%61.57%-
HSV(B)51.67º20.57%68.63%-
XYZ36.7139.7330.16-
YUV167.96111.66133.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.16%
GREEN value IS 170 (66.80% from 255) = 35.12%
BLUE value IS 139 (54.69% from 255) = 28.72%
R=36.16%
G=35.12%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517013900.030.210.3151.6718.3761.57
HexAFAA8B03151F34123e
Octal257252213032537642276
Binary101011111010101010001011011101011111111010010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAA8B; }

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

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

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

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

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

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

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

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