#AA8D69

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

Shades of Mongoose #AA8D69

Tints of Mongoose #AA8D69

Color information

#AA8D69 (or 0xAA8D69) is unknown color: approx Mongoose. HEX triplet: AA, 8D and 69. RGB value is (170,141,105). Sum of RGB (Red+Green+Blue) = 170+141+105=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 105 (41.41% from 255 or 25.24% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8D69 is #557296. Grayscale: #919191. Windows color (decimal): -5599895 or 6917546. OLE color: 6917546.

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

Color convert

RGB170141105-
CMYK00.170.380.33
HSL33.23º27.66%53.92%-
HSV(B)33.23º38.24%66.67%-
XYZ28.6528.6217.38-
YUV145.57105.11145.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.87%
GREEN value IS 141 (55.47% from 255) = 33.89%
BLUE value IS 105 (41.41% from 255) = 25.24%
R=40.87%
G=33.89%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014110500.170.380.3333.2327.6653.92
HexAA8D690112621211c36
Octal2522151510214641413466
Binary1010101010001101110100101000110011010000110000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8D69; }

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

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

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

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

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

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

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

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