#AA8D67

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

Shades of Mongoose #AA8D67

Tints of Mongoose #AA8D67

Color information

#AA8D67 (or 0xAA8D67) is unknown color: approx Mongoose. HEX triplet: AA, 8D and 67. RGB value is (170,141,103). Sum of RGB (Red+Green+Blue) = 170+141+103=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 103 (40.62% from 255 or 24.88% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8D67 is #557298. Grayscale: #919191. Windows color (decimal): -5599897 or 6786474. OLE color: 6786474.

HSL color Cylindrical-coordinate representation of color #AA8D67: hue angle of 34.03º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA8D67 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB170141103-
CMYK00.170.390.33
HSL34.03º28.27%53.53%-
HSV(B)34.03º39.41%66.67%-
XYZ28.5528.5816.84-
YUV145.34104.11145.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.06%
GREEN value IS 141 (55.47% from 255) = 34.06%
BLUE value IS 103 (40.62% from 255) = 24.88%
R=41.06%
G=34.06%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014110300.170.390.3334.0328.2753.53
HexAA8D670112721221c36
Octal2522151470214741423466
Binary1010101010001101110011101000110011110000110001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8D67; }

 p { color: rgb(170,141,103); }

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

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

 a { background-color: rgb(170,141,103); }

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

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

 span { border-color: rgb(170,141,103); }

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