#AD8B6E

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

Shades of Mongoose #AD8B6E

Tints of Mongoose #AD8B6E

Color information

#AD8B6E (or 0xAD8B6E) is unknown color: approx Mongoose. HEX triplet: AD, 8B and 6E. RGB value is (173,139,110). Sum of RGB (Red+Green+Blue) = 173+139+110=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 110 (43.36% from 255 or 26.07% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8B6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8B6E is #527491. Grayscale: #929292. Windows color (decimal): -5403794 or 7244717. OLE color: 7244717.

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

Color convert

RGB173139110-
CMYK00.200.360.32
HSL27.62º27.75%55.49%-
HSV(B)27.62º36.42%67.84%-
XYZ29.2828.4818.7-
YUV145.86107.76147.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.00%
GREEN value IS 139 (54.69% from 255) = 32.94%
BLUE value IS 110 (43.36% from 255) = 26.07%
R=41.00%
G=32.94%
B=26.07%

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
Decimal17313911000.200.360.3227.6227.7555.49
HexAD8B6E01424201c1c37
Octal2552131560244440343467
Binary101011011000101111011100101001001001000001110011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8B6E; }

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

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

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

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

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

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

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

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