#AE8C66

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

Shades of Mongoose #AE8C66

Tints of Mongoose #AE8C66

Color information

#AE8C66 (or 0xAE8C66) is unknown color: approx Mongoose. HEX triplet: AE, 8C and 66. RGB value is (174,140,102). Sum of RGB (Red+Green+Blue) = 174+140+102=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8C66 is #517399. Grayscale: #929292. Windows color (decimal): -5338010 or 6720686. OLE color: 6720686.

HSL color Cylindrical-coordinate representation of color #AE8C66: hue angle of 31.67º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE8C66 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB174140102-
CMYK00.200.410.32
HSL31.67º30.77%54.12%-
HSV(B)31.67º41.38%68.24%-
XYZ29.2328.7116.57-
YUV145.83103.26148.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.83%
GREEN value IS 140 (55.08% from 255) = 33.65%
BLUE value IS 102 (40.23% from 255) = 24.52%
R=41.83%
G=33.65%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414010200.200.410.3231.6730.7754.12
HexAE8C660142920201f36
Octal2562141460245140403766
Binary1010111010001100110011001010010100110000010000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8C66; }

 p { color: rgb(174,140,102); }

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

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

 a { background-color: rgb(174,140,102); }

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

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

 span { border-color: rgb(174,140,102); }

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