#AD896A

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

Shades of Mongoose #AD896A

Tints of Mongoose #AD896A

Color information

#AD896A (or 0xAD896A) is unknown color: approx Mongoose. HEX triplet: AD, 89 and 6A. RGB value is (173,137,106). Sum of RGB (Red+Green+Blue) = 173+137+106=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 106 (41.80% from 255 or 25.48% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD896A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD896A is #527695. Grayscale: #909090. Windows color (decimal): -5404310 or 6982061. OLE color: 6982061.

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

Color convert

RGB173137106-
CMYK00.210.390.32
HSL27.76º29%54.71%-
HSV(B)27.76º38.73%67.84%-
XYZ28.7827.8217.49-
YUV144.23106.43148.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.59%
GREEN value IS 137 (53.91% from 255) = 32.93%
BLUE value IS 106 (41.80% from 255) = 25.48%
R=41.59%
G=32.93%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313710600.210.390.3227.762954.71
HexAD896A01527201c1d37
Octal2552111520254740343567
Binary101011011000100111010100101011001111000001110011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD896A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD896A; }

 p { color: rgb(173,137,106); }

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

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

 a { background-color: rgb(173,137,106); }

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

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

 span { border-color: rgb(173,137,106); }

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