#AE8D69

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

Shades of Mongoose #AE8D69

Tints of Mongoose #AE8D69

Color information

#AE8D69 (or 0xAE8D69) is unknown color: approx Mongoose. HEX triplet: AE, 8D and 69. RGB value is (174,141,105). Sum of RGB (Red+Green+Blue) = 174+141+105=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8D69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8D69 is #517296. Grayscale: #929292. Windows color (decimal): -5337751 or 6917550. OLE color: 6917550.

HSL color Cylindrical-coordinate representation of color #AE8D69: hue angle of 31.3º 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 #AE8D69 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB174141105-
CMYK00.190.400.32
HSL31.3º29.87%54.71%-
HSV(B)31.3º39.66%68.24%-
XYZ29.5329.0717.42-
YUV146.76104.43147.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.43%
GREEN value IS 141 (55.47% from 255) = 33.57%
BLUE value IS 105 (41.41% from 255) = 25%
R=41.43%
G=33.57%
B=25%

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
Decimal17414110500.190.400.3231.329.8754.71
HexAE8D6901328201f1e37
Octal2562151510235040373667
Binary101011101000110111010010100111010001000001111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8D69; }

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

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

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

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

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

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

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

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