#AD9168

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

Shades of Mongoose #AD9168

Tints of Mongoose #AD9168

Color information

#AD9168 (or 0xAD9168) is unknown color: approx Mongoose. HEX triplet: AD, 91 and 68. RGB value is (173,145,104). Sum of RGB (Red+Green+Blue) = 173+145+104=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 145 (57.03% from 255 or 34.36% from 422); Blue value is 104 (41.02% from 255 or 24.64% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9168 is #526E97. Grayscale: #949494. Windows color (decimal): -5402264 or 6853037. OLE color: 6853037.

HSL color Cylindrical-coordinate representation of color #AD9168: hue angle of 35.65º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD9168 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB173145104-
CMYK00.160.400.32
HSL35.65º29.61%54.31%-
HSV(B)35.65º39.88%67.84%-
XYZ29.8630.1317.34-
YUV148.7102.78145.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.00%
GREEN value IS 145 (57.03% from 255) = 34.36%
BLUE value IS 104 (41.02% from 255) = 24.64%
R=41.00%
G=34.36%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314510400.160.400.3235.6529.6154.31
HexAD91680102820241e36
Octal2552211500205040443666
Binary1010110110010001110100001000010100010000010010011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9168; }

 p { color: rgb(173,145,104); }

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

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

 a { background-color: rgb(173,145,104); }

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

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

 span { border-color: rgb(173,145,104); }

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