#AA956F

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

Shades of Mongoose #AA956F

Tints of Mongoose #AA956F

Color information

#AA956F (or 0xAA956F) is unknown color: approx Mongoose. HEX triplet: AA, 95 and 6F. RGB value is (170,149,111). Sum of RGB (Red+Green+Blue) = 170+149+111=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 149 (58.59% from 255 or 34.65% from 430); Blue value is 111 (43.75% from 255 or 25.81% from 430); Max value from RGB is 170 - color contains mainly: red. Hex color #AA956F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA956F is #556A90. Grayscale: #979797. Windows color (decimal): -5597841 or 7312810. OLE color: 7312810.

HSL color Cylindrical-coordinate representation of color #AA956F: hue angle of 38.64º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA956F is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB170149111-
CMYK00.120.350.33
HSL38.64º25.76%55.1%-
HSV(B)38.64º34.71%66.67%-
XYZ30.1931.1919.47-
YUV150.95105.46141.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.53%
GREEN value IS 149 (58.59% from 255) = 34.65%
BLUE value IS 111 (43.75% from 255) = 25.81%
R=39.53%
G=34.65%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014911100.120.350.3338.6425.7655.1
HexAA956F0C2321271a37
Octal2522251570144341473267
Binary101010101001010111011110110010001110000110011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA956F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA956F; }

 p { color: rgb(170,149,111); }

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

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

 a { background-color: rgb(170,149,111); }

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

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

 span { border-color: rgb(170,149,111); }

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