#AD8B70

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

Shades of Mongoose #AD8B70

Tints of Mongoose #AD8B70

Color information

#AD8B70 (or 0xAD8B70) is unknown color: approx Mongoose. HEX triplet: AD, 8B and 70. RGB value is (173,139,112). Sum of RGB (Red+Green+Blue) = 173+139+112=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8B70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8B70 is #52748F. Grayscale: #929292. Windows color (decimal): -5403792 or 7375789. OLE color: 7375789.

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

Color convert

RGB173139112-
CMYK00.200.350.32
HSL26.56º27.11%55.88%-
HSV(B)26.56º35.26%67.84%-
XYZ29.3928.5219.28-
YUV146.09108.76147.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.80%
GREEN value IS 139 (54.69% from 255) = 32.78%
BLUE value IS 112 (44.14% from 255) = 26.42%
R=40.80%
G=32.78%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313911200.200.350.3226.5627.1155.88
HexAD8B7001423201b1b38
Octal2552131600244340333370
Binary101011011000101111100000101001000111000001101111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8B70; }

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

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

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

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

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

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

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

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