#AEAA8B

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

Shades of Eagle #AEAA8B

Tints of Eagle #AEAA8B

Color information

#AEAA8B (or 0xAEAA8B) is unknown color: approx Eagle. HEX triplet: AE, AA and 8B. RGB value is (174,170,139). Sum of RGB (Red+Green+Blue) = 174+170+139=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAA8B is #515574. Grayscale: #A7A7A7. Windows color (decimal): -5330293 or 9153198. OLE color: 9153198.

HSL color Cylindrical-coordinate representation of color #AEAA8B: hue angle of 53.14º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEAA8B is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB174170139-
CMYK00.020.200.32
HSL53.14º17.77%61.37%-
HSV(B)53.14º20.11%68.24%-
XYZ36.4939.6130.15-
YUV167.66111.83132.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.02%
GREEN value IS 170 (66.80% from 255) = 35.20%
BLUE value IS 139 (54.69% from 255) = 28.78%
R=36.02%
G=35.20%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417013900.020.200.3253.1417.7761.37
HexAEAA8B02142035123d
Octal256252213022440652275
Binary1010111010101010100010110101010010000011010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAA8B; }

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

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

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

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

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

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

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

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