#AA8F75

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

Shades of Mongoose #AA8F75

Tints of Mongoose #AA8F75

Color information

#AA8F75 (or 0xAA8F75) is unknown color: approx Mongoose. HEX triplet: AA, 8F and 75. RGB value is (170,143,117). Sum of RGB (Red+Green+Blue) = 170+143+117=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8F75 is #55708A. Grayscale: #949494. Windows color (decimal): -5599371 or 7704490. OLE color: 7704490.

HSL color Cylindrical-coordinate representation of color #AA8F75: hue angle of 29.43º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA8F75 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB170143117-
CMYK00.160.310.33
HSL29.43º23.77%56.27%-
HSV(B)29.43º31.18%66.67%-
XYZ29.6129.4820.96-
YUV148.11110.45143.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.53%
GREEN value IS 143 (56.25% from 255) = 33.26%
BLUE value IS 117 (46.09% from 255) = 27.21%
R=39.53%
G=33.26%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014311700.160.310.3329.4323.7756.27
HexAA8F750101F211d1838
Octal2522171650203741353070
Binary10101010100011111110101010000111111000011110111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8F75; }

 p { color: rgb(170,143,117); }

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

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

 a { background-color: rgb(170,143,117); }

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

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

 span { border-color: rgb(170,143,117); }

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