#AD906C

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

Shades of Mongoose #AD906C

Tints of Mongoose #AD906C

Color information

#AD906C (or 0xAD906C) is unknown color: approx Mongoose. HEX triplet: AD, 90 and 6C. RGB value is (173,144,108). Sum of RGB (Red+Green+Blue) = 173+144+108=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 144 (56.64% from 255 or 33.88% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #AD906C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD906C is #526F93. Grayscale: #949494. Windows color (decimal): -5402516 or 7114925. OLE color: 7114925.

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

Color convert

RGB173144108-
CMYK00.170.380.32
HSL33.23º28.38%55.1%-
HSV(B)33.23º37.57%67.84%-
XYZ29.9129.9118.38-
YUV148.57105.11145.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.71%
GREEN value IS 144 (56.64% from 255) = 33.88%
BLUE value IS 108 (42.58% from 255) = 25.41%
R=40.71%
G=33.88%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314410800.170.380.3233.2328.3855.1
HexAD906C0112620211c37
Octal2552201540214640413467
Binary1010110110010000110110001000110011010000010000111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD906C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD906C; }

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

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

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

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

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

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

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

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