#AD8C6D

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

Shades of Mongoose #AD8C6D

Tints of Mongoose #AD8C6D

Color information

#AD8C6D (or 0xAD8C6D) is unknown color: approx Mongoose. HEX triplet: AD, 8C and 6D. RGB value is (173,140,109). Sum of RGB (Red+Green+Blue) = 173+140+109=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8C6D is #527392. Grayscale: #929292. Windows color (decimal): -5403539 or 7179437. OLE color: 7179437.

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

Color convert

RGB173140109-
CMYK00.190.370.32
HSL29.06º28.07%55.29%-
HSV(B)29.06º36.99%67.84%-
XYZ29.3728.7418.47-
YUV146.33106.93147.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.00%
GREEN value IS 140 (55.08% from 255) = 33.18%
BLUE value IS 109 (42.97% from 255) = 25.83%
R=41.00%
G=33.18%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314010900.190.370.3229.0628.0755.29
HexAD8C6D01325201d1c37
Octal2552141550234540353467
Binary101011011000110011011010100111001011000001110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8C6D; }

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

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

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

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

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

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

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

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