#AEAC92

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

Shades of Eagle #AEAC92

Tints of Eagle #AEAC92

Color information

#AEAC92 (or 0xAEAC92) is unknown color: approx Eagle. HEX triplet: AE, AC and 92. RGB value is (174,172,146). Sum of RGB (Red+Green+Blue) = 174+172+146=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 172 (67.58% from 255 or 34.96% from 492); Blue value is 146 (57.42% from 255 or 29.67% from 492); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAC92 is #51536D. Grayscale: #A9A9A9. Windows color (decimal): -5329774 or 9612462. OLE color: 9612462.

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

Color convert

RGB174172146-
CMYK00.010.160.32
HSL55.71º14.74%62.75%-
HSV(B)55.71º16.09%68.24%-
XYZ37.440.5833.06-
YUV169.63114.66131.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.37%
GREEN value IS 172 (67.58% from 255) = 34.96%
BLUE value IS 146 (57.42% from 255) = 29.67%
R=35.37%
G=34.96%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417214600.010.160.3255.7114.7462.75
HexAEAC9201102038f3f
Octal256254222012040701777
Binary10101110101011001001001001100001000001110001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAC92; }

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

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

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

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

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

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

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

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