#AA8F6A

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

Shades of Mongoose #AA8F6A

Tints of Mongoose #AA8F6A

Color information

#AA8F6A (or 0xAA8F6A) is unknown color: approx Mongoose. HEX triplet: AA, 8F and 6A. RGB value is (170,143,106). Sum of RGB (Red+Green+Blue) = 170+143+106=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 106 (41.80% from 255 or 25.30% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8F6A is #557095. Grayscale: #939393. Windows color (decimal): -5599382 or 6983594. OLE color: 6983594.

HSL color Cylindrical-coordinate representation of color #AA8F6A: hue angle of 34.69º degrees, saturation: 0.27, 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 #AA8F6A is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB170143106-
CMYK00.160.380.33
HSL34.69º27.35%54.12%-
HSV(B)34.69º37.65%66.67%-
XYZ2929.2317.75-
YUV146.85104.95144.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.57%
GREEN value IS 143 (56.25% from 255) = 34.13%
BLUE value IS 106 (41.80% from 255) = 25.30%
R=40.57%
G=34.13%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014310600.160.380.3334.6927.3554.12
HexAA8F6A0102621231b36
Octal2522171520204641433366
Binary1010101010001111110101001000010011010000110001111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8F6A; }

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

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

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

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

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

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

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

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