#AD896F

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

Shades of Mongoose #AD896F

Tints of Mongoose #AD896F

Color information

#AD896F (or 0xAD896F) is unknown color: approx Mongoose. HEX triplet: AD, 89 and 6F. RGB value is (173,137,111). Sum of RGB (Red+Green+Blue) = 173+137+111=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 137 (53.91% from 255 or 32.54% from 421); Blue value is 111 (43.75% from 255 or 26.37% from 421); Max value from RGB is 173 - color contains mainly: red. Hex color #AD896F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD896F is #527690. Grayscale: #909090. Windows color (decimal): -5404305 or 7309741. OLE color: 7309741.

HSL color Cylindrical-coordinate representation of color #AD896F: hue angle of 25.16º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD896F is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB173137111-
CMYK00.210.360.32
HSL25.16º27.43%55.69%-
HSV(B)25.16º35.84%67.84%-
XYZ29.0527.9218.9-
YUV144.8108.93148.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.09%
GREEN value IS 137 (53.91% from 255) = 32.54%
BLUE value IS 111 (43.75% from 255) = 26.37%
R=41.09%
G=32.54%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313711100.210.360.3225.1627.4355.69
HexAD896F0152420191b38
Octal2552111570254440313370
Binary101011011000100111011110101011001001000001100111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD896F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD896F; }

 p { color: rgb(173,137,111); }

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

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

 a { background-color: rgb(173,137,111); }

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

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

 span { border-color: rgb(173,137,111); }

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