#AE966D

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

Shades of Mongoose #AE966D

Tints of Mongoose #AE966D

Color information

#AE966D (or 0xAE966D) is unknown color: approx Mongoose. HEX triplet: AE, 96 and 6D. RGB value is (174,150,109). Sum of RGB (Red+Green+Blue) = 174+150+109=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 174 - color contains mainly: red. Hex color #AE966D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE966D is #516992. Grayscale: #989898. Windows color (decimal): -5335443 or 7181998. OLE color: 7181998.

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

Color convert

RGB174150109-
CMYK00.140.370.32
HSL37.85º28.63%55.49%-
HSV(B)37.85º37.36%68.24%-
XYZ31.1231.9218.99-
YUV152.5103.45143.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.18%
GREEN value IS 150 (58.98% from 255) = 34.64%
BLUE value IS 109 (42.97% from 255) = 25.17%
R=40.18%
G=34.64%
B=25.17%

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
Decimal17415010900.140.370.3237.8528.6355.49
HexAE966D0E2520261d37
Octal2562261550164540463567
Binary101011101001011011011010111010010110000010011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE966D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE966D; }

 p { color: rgb(174,150,109); }

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

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

 a { background-color: rgb(174,150,109); }

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

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

 span { border-color: rgb(174,150,109); }

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