#AD8A6C

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

Shades of Mongoose #AD8A6C

Tints of Mongoose #AD8A6C

Color information

#AD8A6C (or 0xAD8A6C) is unknown color: approx Mongoose. HEX triplet: AD, 8A and 6C. RGB value is (173,138,108). Sum of RGB (Red+Green+Blue) = 173+138+108=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 108 (42.58% from 255 or 25.78% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8A6C is #527593. Grayscale: #919191. Windows color (decimal): -5404052 or 7113389. OLE color: 7113389.

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

Color convert

RGB173138108-
CMYK00.200.380.32
HSL27.69º28.38%55.1%-
HSV(B)27.69º37.57%67.84%-
XYZ29.0328.1418.09-
YUV145.05107.1147.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.29%
GREEN value IS 138 (54.30% from 255) = 32.94%
BLUE value IS 108 (42.58% from 255) = 25.78%
R=41.29%
G=32.94%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313810800.200.380.3227.6928.3855.1
HexAD8A6C01426201c1c37
Octal2552121540244640343467
Binary101011011000101011011000101001001101000001110011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8A6C; }

 p { color: rgb(173,138,108); }

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

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

 a { background-color: rgb(173,138,108); }

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

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

 span { border-color: rgb(173,138,108); }

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