#AE8D68

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

Shades of Mongoose #AE8D68

Tints of Mongoose #AE8D68

Color information

#AE8D68 (or 0xAE8D68) is unknown color: approx Mongoose. HEX triplet: AE, 8D and 68. RGB value is (174,141,104). Sum of RGB (Red+Green+Blue) = 174+141+104=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8D68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8D68 is #517297. Grayscale: #929292. Windows color (decimal): -5337752 or 6852014. OLE color: 6852014.

HSL color Cylindrical-coordinate representation of color #AE8D68: hue angle of 31.71º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE8D68 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB174141104-
CMYK00.190.400.32
HSL31.71º30.17%54.51%-
HSV(B)31.71º40.23%68.24%-
XYZ29.4829.0517.15-
YUV146.65103.93147.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.53%
GREEN value IS 141 (55.47% from 255) = 33.65%
BLUE value IS 104 (41.02% from 255) = 24.82%
R=41.53%
G=33.65%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414110400.190.400.3231.7130.1754.51
HexAE8D680132820201e37
Octal2562151500235040403667
Binary1010111010001101110100001001110100010000010000011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8D68; }

 p { color: rgb(174,141,104); }

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

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

 a { background-color: rgb(174,141,104); }

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

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

 span { border-color: rgb(174,141,104); }

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