#AE9070

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

Shades of Mongoose #AE9070

Tints of Mongoose #AE9070

Color information

#AE9070 (or 0xAE9070) is unknown color: approx Mongoose. HEX triplet: AE, 90 and 70. RGB value is (174,144,112). Sum of RGB (Red+Green+Blue) = 174+144+112=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9070 is #516F8F. Grayscale: #959595. Windows color (decimal): -5336976 or 7377070. OLE color: 7377070.

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

Color convert

RGB174144112-
CMYK00.170.360.32
HSL30.97º27.68%56.08%-
HSV(B)30.97º35.63%68.24%-
XYZ30.3530.1219.54-
YUV149.32106.94145.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.47%
GREEN value IS 144 (56.64% from 255) = 33.49%
BLUE value IS 112 (44.14% from 255) = 26.05%
R=40.47%
G=33.49%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414411200.170.360.3230.9727.6856.08
HexAE907001124201f1c38
Octal2562201600214440373470
Binary101011101001000011100000100011001001000001111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9070; }

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

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

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

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

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

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

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

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