#AEA88F

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

Shades of Eagle #AEA88F

Tints of Eagle #AEA88F

Color information

#AEA88F (or 0xAEA88F) is unknown color: approx Eagle. HEX triplet: AE, A8 and 8F. RGB value is (174,168,143). Sum of RGB (Red+Green+Blue) = 174+168+143=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 143 (56.25% from 255 or 29.48% from 485); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA88F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA88F is #515770. Grayscale: #A7A7A7. Windows color (decimal): -5330801 or 9414830. OLE color: 9414830.

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

Color convert

RGB174168143-
CMYK00.030.180.32
HSL48.39º16.06%62.16%-
HSV(B)48.39º17.82%68.24%-
XYZ36.4238.9931.59-
YUV166.94114.49133.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.88%
GREEN value IS 168 (66.02% from 255) = 34.64%
BLUE value IS 143 (56.25% from 255) = 29.48%
R=35.88%
G=34.64%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416814300.030.180.3248.3916.0662.16
HexAEA88F03122030103e
Octal256250217032240602076
Binary1010111010101000100011110111001010000011000010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA88F; }

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

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

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

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

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

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

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

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