#AE9471

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

Shades of Mongoose #AE9471

Tints of Mongoose #AE9471

Color information

#AE9471 (or 0xAE9471) is unknown color: approx Mongoose. HEX triplet: AE, 94 and 71. RGB value is (174,148,113). Sum of RGB (Red+Green+Blue) = 174+148+113=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 148 (58.20% from 255 or 34.02% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9471 is #516B8E. Grayscale: #979797. Windows color (decimal): -5335951 or 7443630. OLE color: 7443630.

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

Color convert

RGB174148113-
CMYK00.150.350.32
HSL34.43º27.35%56.27%-
HSV(B)34.43º35.06%68.24%-
XYZ31.0331.3720.04-
YUV151.78106.11143.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40%
GREEN value IS 148 (58.20% from 255) = 34.02%
BLUE value IS 113 (44.53% from 255) = 25.98%
R=40%
G=34.02%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414811300.150.350.3234.4327.3556.27
HexAE94710F2320221b38
Octal2562241610174340423370
Binary101011101001010011100010111110001110000010001011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9471; }

 p { color: rgb(174,148,113); }

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

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

 a { background-color: rgb(174,148,113); }

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

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

 span { border-color: rgb(174,148,113); }

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