#AD8D6D

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

Shades of Mongoose #AD8D6D

Tints of Mongoose #AD8D6D

Color information

#AD8D6D (or 0xAD8D6D) is unknown color: approx Mongoose. HEX triplet: AD, 8D and 6D. RGB value is (173,141,109). Sum of RGB (Red+Green+Blue) = 173+141+109=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8D6D is #527292. Grayscale: #939393. Windows color (decimal): -5403283 or 7179693. OLE color: 7179693.

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

Color convert

RGB173141109-
CMYK00.180.370.32
HSL30º28.07%55.29%-
HSV(B)30º36.99%67.84%-
XYZ29.5229.0418.52-
YUV146.92106.6146.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.90%
GREEN value IS 141 (55.47% from 255) = 33.33%
BLUE value IS 109 (42.97% from 255) = 25.77%
R=40.90%
G=33.33%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314110900.180.370.323028.0755.29
HexAD8D6D01225201e1c37
Octal2552151550224540363467
Binary101011011000110111011010100101001011000001111011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8D6D; }

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

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

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

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

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

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

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

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