#AE956E

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

Shades of Mongoose #AE956E

Tints of Mongoose #AE956E

Color information

#AE956E (or 0xAE956E) is unknown color: approx Mongoose. HEX triplet: AE, 95 and 6E. RGB value is (174,149,110). Sum of RGB (Red+Green+Blue) = 174+149+110=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 149 (58.59% from 255 or 34.41% from 433); Blue value is 110 (43.36% from 255 or 25.40% from 433); Max value from RGB is 174 - color contains mainly: red. Hex color #AE956E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE956E is #516A91. Grayscale: #989898. Windows color (decimal): -5335698 or 7247278. OLE color: 7247278.

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

Color convert

RGB174149110-
CMYK00.140.370.32
HSL36.56º28.32%55.69%-
HSV(B)36.56º36.78%68.24%-
XYZ31.0231.6219.22-
YUV152.03104.28143.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.18%
GREEN value IS 149 (58.59% from 255) = 34.41%
BLUE value IS 110 (43.36% from 255) = 25.40%
R=40.18%
G=34.41%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414911000.140.370.3236.5628.3255.69
HexAE956E0E2520251c38
Octal2562251560164540453470
Binary101011101001010111011100111010010110000010010111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE956E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE956E; }

 p { color: rgb(174,149,110); }

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

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

 a { background-color: rgb(174,149,110); }

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

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

 span { border-color: rgb(174,149,110); }

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