#AEAC9B

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

Shades of Eagle #AEAC9B

Tints of Eagle #AEAC9B

Color information

#AEAC9B (or 0xAEAC9B) is unknown color: approx Eagle. HEX triplet: AE, AC and 9B. RGB value is (174,172,155). Sum of RGB (Red+Green+Blue) = 174+172+155=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAC9B is #515364. Grayscale: #AAAAAA. Windows color (decimal): -5329765 or 10202286. OLE color: 10202286.

HSL color Cylindrical-coordinate representation of color #AEAC9B: hue angle of 53.68º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AEAC9B is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB174172155-
CMYK00.010.110.32
HSL53.68º10.5%64.51%-
HSV(B)53.68º10.92%68.24%-
XYZ38.1240.8736.89-
YUV170.66119.16130.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.73%
GREEN value IS 172 (67.58% from 255) = 34.33%
BLUE value IS 155 (60.94% from 255) = 30.94%
R=34.73%
G=34.33%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417215500.010.110.3253.6810.564.51
HexAEAC9B01B2036a41
Octal2562542330113406612101
Binary10101110101011001001101101101110000011011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAC9B; }

 p { color: rgb(174,172,155); }

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

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

 a { background-color: rgb(174,172,155); }

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

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

 span { border-color: rgb(174,172,155); }

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