#AE916C

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

Shades of Mongoose #AE916C

Tints of Mongoose #AE916C

Color information

#AE916C (or 0xAE916C) is unknown color: approx Mongoose. HEX triplet: AE, 91 and 6C. RGB value is (174,145,108). Sum of RGB (Red+Green+Blue) = 174+145+108=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 174 - color contains mainly: red. Hex color #AE916C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE916C is #516E93. Grayscale: #959595. Windows color (decimal): -5336724 or 7115182. OLE color: 7115182.

HSL color Cylindrical-coordinate representation of color #AE916C: hue angle of 33.64º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AE916C is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB174145108-
CMYK00.170.380.32
HSL33.64º28.95%55.29%-
HSV(B)33.64º37.93%68.24%-
XYZ30.2930.3318.45-
YUV149.45104.61145.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.75%
GREEN value IS 145 (57.03% from 255) = 33.96%
BLUE value IS 108 (42.58% from 255) = 25.29%
R=40.75%
G=33.96%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414510800.170.380.3233.6428.9555.29
HexAE916C0112620221d37
Octal2562211540214640423567
Binary1010111010010001110110001000110011010000010001011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE916C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE916C; }

 p { color: rgb(174,145,108); }

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

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

 a { background-color: rgb(174,145,108); }

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

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

 span { border-color: rgb(174,145,108); }

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