#AD8770

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

Shades of Mongoose #AD8770

Tints of Mongoose #AD8770

Color information

#AD8770 (or 0xAD8770) is unknown color: approx Mongoose. HEX triplet: AD, 87 and 70. RGB value is (173,135,112). Sum of RGB (Red+Green+Blue) = 173+135+112=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 135 (53.12% from 255 or 32.14% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8770 is #52788F. Grayscale: #8F8F8F. Windows color (decimal): -5404816 or 7374765. OLE color: 7374765.

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

Color convert

RGB173135112-
CMYK00.220.350.32
HSL22.62º27.11%55.88%-
HSV(B)22.62º35.26%67.84%-
XYZ28.8227.3819.1-
YUV143.74110.09148.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.19%
GREEN value IS 135 (53.12% from 255) = 32.14%
BLUE value IS 112 (44.14% from 255) = 26.67%
R=41.19%
G=32.14%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313511200.220.350.3222.6227.1155.88
HexAD87700162320171b38
Octal2552071600264340273370
Binary101011011000011111100000101101000111000001011111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8770; }

 p { color: rgb(173,135,112); }

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

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

 a { background-color: rgb(173,135,112); }

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

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

 span { border-color: rgb(173,135,112); }

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