#AE906E

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

Shades of Mongoose #AE906E

Tints of Mongoose #AE906E

Color information

#AE906E (or 0xAE906E) is unknown color: approx Mongoose. HEX triplet: AE, 90 and 6E. RGB value is (174,144,110). Sum of RGB (Red+Green+Blue) = 174+144+110=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 110 (43.36% from 255 or 25.70% from 428); Max value from RGB is 174 - color contains mainly: red. Hex color #AE906E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE906E is #516F91. Grayscale: #959595. Windows color (decimal): -5336978 or 7245998. OLE color: 7245998.

HSL color Cylindrical-coordinate representation of color #AE906E: hue angle of 31.88º 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 #AE906E is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB174144110-
CMYK00.170.370.32
HSL31.88º28.32%55.69%-
HSV(B)31.88º36.78%68.24%-
XYZ30.2430.0718.96-
YUV149.09105.94145.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.65%
GREEN value IS 144 (56.64% from 255) = 33.64%
BLUE value IS 110 (43.36% from 255) = 25.70%
R=40.65%
G=33.64%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414411000.170.370.3231.8828.3255.69
HexAE906E0112520201c38
Octal2562201560214540403470
Binary1010111010010000110111001000110010110000010000011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE906E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE906E; }

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

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

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

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

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

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

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

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