#AA8F6C

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

Shades of Mongoose #AA8F6C

Tints of Mongoose #AA8F6C

Color information

#AA8F6C (or 0xAA8F6C) is unknown color: approx Mongoose. HEX triplet: AA, 8F and 6C. RGB value is (170,143,108). Sum of RGB (Red+Green+Blue) = 170+143+108=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 108 (42.58% from 255 or 25.65% from 421); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8F6C is #557093. Grayscale: #939393. Windows color (decimal): -5599380 or 7114666. OLE color: 7114666.

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

Color convert

RGB170143108-
CMYK00.160.360.33
HSL33.87º26.72%54.51%-
HSV(B)33.87º36.47%66.67%-
XYZ29.1129.2718.3-
YUV147.08105.95144.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.38%
GREEN value IS 143 (56.25% from 255) = 33.97%
BLUE value IS 108 (42.58% from 255) = 25.65%
R=40.38%
G=33.97%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014310800.160.360.3333.8726.7254.51
HexAA8F6C0102421221b37
Octal2522171540204441423367
Binary1010101010001111110110001000010010010000110001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8F6C; }

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

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

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

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

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

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

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

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