#AD8D6F

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

Shades of Mongoose #AD8D6F

Tints of Mongoose #AD8D6F

Color information

#AD8D6F (or 0xAD8D6F) is unknown color: approx Mongoose. HEX triplet: AD, 8D and 6F. RGB value is (173,141,111). Sum of RGB (Red+Green+Blue) = 173+141+111=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 111 (43.75% from 255 or 26.12% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8D6F is #527290. Grayscale: #939393. Windows color (decimal): -5403281 or 7310765. OLE color: 7310765.

HSL color Cylindrical-coordinate representation of color #AD8D6F: hue angle of 29.03º 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 #AD8D6F is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB173141111-
CMYK00.180.360.32
HSL29.03º27.43%55.69%-
HSV(B)29.03º35.84%67.84%-
XYZ29.6329.0819.09-
YUV147.15107.6146.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.71%
GREEN value IS 141 (55.47% from 255) = 33.18%
BLUE value IS 111 (43.75% from 255) = 26.12%
R=40.71%
G=33.18%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314111100.180.360.3229.0327.4355.69
HexAD8D6F01224201d1b38
Octal2552151570224440353370
Binary101011011000110111011110100101001001000001110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8D6F; }

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

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

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

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

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

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

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

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