#AEA88C

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

Shades of Eagle #AEA88C

Tints of Eagle #AEA88C

Color information

#AEA88C (or 0xAEA88C) is unknown color: approx Eagle. HEX triplet: AE, A8 and 8C. RGB value is (174,168,140). Sum of RGB (Red+Green+Blue) = 174+168+140=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA88C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA88C is #515773. Grayscale: #A6A6A6. Windows color (decimal): -5330804 or 9218222. OLE color: 9218222.

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

Color convert

RGB174168140-
CMYK00.030.200.32
HSL49.41º17.35%61.57%-
HSV(B)49.41º19.54%68.24%-
XYZ36.1938.930.41-
YUV166.6112.99133.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.10%
GREEN value IS 168 (66.02% from 255) = 34.85%
BLUE value IS 140 (55.08% from 255) = 29.05%
R=36.10%
G=34.85%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416814000.030.200.3249.4117.3561.57
HexAEA88C03142031113e
Octal256250214032440612176
Binary1010111010101000100011000111010010000011000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA88C; }

 p { color: rgb(174,168,140); }

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

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

 a { background-color: rgb(174,168,140); }

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

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

 span { border-color: rgb(174,168,140); }

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