#AA8B75

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

Shades of Mongoose #AA8B75

Tints of Mongoose #AA8B75

Color information

#AA8B75 (or 0xAA8B75) is unknown color: approx Mongoose. HEX triplet: AA, 8B and 75. RGB value is (170,139,117). Sum of RGB (Red+Green+Blue) = 170+139+117=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8B75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8B75 is #55748A. Grayscale: #919191. Windows color (decimal): -5600395 or 7703466. OLE color: 7703466.

HSL color Cylindrical-coordinate representation of color #AA8B75: hue angle of 24.91º 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 #AA8B75 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB170139117-
CMYK00.180.310.33
HSL24.91º23.77%56.27%-
HSV(B)24.91º31.18%66.67%-
XYZ29.0228.320.76-
YUV145.76111.77145.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.91%
GREEN value IS 139 (54.69% from 255) = 32.63%
BLUE value IS 117 (46.09% from 255) = 27.46%
R=39.91%
G=32.63%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013911700.180.310.3324.9123.7756.27
HexAA8B750121F21191838
Octal2522131650223741313070
Binary10101010100010111110101010010111111000011100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8B75; }

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

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

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

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

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

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

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

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