#AD9071

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

Shades of Mongoose #AD9071

Tints of Mongoose #AD9071

Color information

#AD9071 (or 0xAD9071) is unknown color: approx Mongoose. HEX triplet: AD, 90 and 71. RGB value is (173,144,113). Sum of RGB (Red+Green+Blue) = 173+144+113=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9071 is #526F8E. Grayscale: #959595. Windows color (decimal): -5402511 or 7442605. OLE color: 7442605.

HSL color Cylindrical-coordinate representation of color #AD9071: hue angle of 31º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD9071 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB173144113-
CMYK00.170.350.32
HSL31º26.79%56.08%-
HSV(B)31º34.68%67.84%-
XYZ30.1930.0219.83-
YUV149.14107.61145.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.23%
GREEN value IS 144 (56.64% from 255) = 33.49%
BLUE value IS 113 (44.53% from 255) = 26.28%
R=40.23%
G=33.49%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314411300.170.350.323126.7956.08
HexAD907101123201f1b38
Octal2552201610214340373370
Binary101011011001000011100010100011000111000001111111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9071; }

 p { color: rgb(173,144,113); }

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

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

 a { background-color: rgb(173,144,113); }

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

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

 span { border-color: rgb(173,144,113); }

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