#A3886F

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

Shades of Mongoose #A3886F

Tints of Mongoose #A3886F

Color information

#A3886F (or 0xA3886F) is unknown color: approx Mongoose. HEX triplet: A3, 88 and 6F. RGB value is (163,136,111). Sum of RGB (Red+Green+Blue) = 163+136+111=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 111 (43.75% from 255 or 27.07% from 410); Max value from RGB is 163 - color contains mainly: red. Hex color #A3886F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3886F is #5C7790. Grayscale: #8D8D8D. Windows color (decimal): -6059921 or 7309475. OLE color: 7309475.

HSL color Cylindrical-coordinate representation of color #A3886F: hue angle of 28.85º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3886F is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB163136111-
CMYK00.170.320.36
HSL28.85º22.03%53.73%-
HSV(B)28.85º31.9%63.92%-
XYZ26.7826.5418.75-
YUV141.22110.95143.53-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.76%
GREEN value IS 136 (53.52% from 255) = 33.17%
BLUE value IS 111 (43.75% from 255) = 27.07%
R=39.76%
G=33.17%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313611100.170.320.3628.8522.0353.73
HexA3886F01120241d1636
Octal2432101570214044352666
Binary101000111000100011011110100011000001001001110110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3886F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3886F; }

 p { color: rgb(163,136,111); }

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

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

 a { background-color: rgb(163,136,111); }

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

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

 span { border-color: rgb(163,136,111); }

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