#AD8B6F

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

Shades of Mongoose #AD8B6F

Tints of Mongoose #AD8B6F

Color information

#AD8B6F (or 0xAD8B6F) is unknown color: approx Mongoose. HEX triplet: AD, 8B and 6F. RGB value is (173,139,111). Sum of RGB (Red+Green+Blue) = 173+139+111=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 139 (54.69% from 255 or 32.86% from 423); Blue value is 111 (43.75% from 255 or 26.24% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8B6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8B6F is #527490. Grayscale: #929292. Windows color (decimal): -5403793 or 7310253. OLE color: 7310253.

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

Color convert

RGB173139111-
CMYK00.200.360.32
HSL27.1º27.43%55.69%-
HSV(B)27.1º35.84%67.84%-
XYZ29.3428.518.99-
YUV145.97108.26147.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.90%
GREEN value IS 139 (54.69% from 255) = 32.86%
BLUE value IS 111 (43.75% from 255) = 26.24%
R=40.90%
G=32.86%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313911100.200.360.3227.127.4355.69
HexAD8B6F01424201b1b38
Octal2552131570244440333370
Binary101011011000101111011110101001001001000001101111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8B6F; }

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

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

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

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

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

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

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

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