#AD8C6F

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

Shades of Mongoose #AD8C6F

Tints of Mongoose #AD8C6F

Color information

#AD8C6F (or 0xAD8C6F) is unknown color: approx Mongoose. HEX triplet: AD, 8C and 6F. RGB value is (173,140,111). Sum of RGB (Red+Green+Blue) = 173+140+111=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8C6F is #527390. Grayscale: #929292. Windows color (decimal): -5403537 or 7310509. OLE color: 7310509.

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

Color convert

RGB173140111-
CMYK00.190.360.32
HSL28.06º27.43%55.69%-
HSV(B)28.06º35.84%67.84%-
XYZ29.4828.7919.04-
YUV146.56107.93146.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.80%
GREEN value IS 140 (55.08% from 255) = 33.02%
BLUE value IS 111 (43.75% from 255) = 26.18%
R=40.80%
G=33.02%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314011100.190.360.3228.0627.4355.69
HexAD8C6F01324201c1b38
Octal2552141570234440343370
Binary101011011000110011011110100111001001000001110011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8C6F; }

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

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

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

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

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

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

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

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