#AD8B69

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

Shades of Mongoose #AD8B69

Tints of Mongoose #AD8B69

Color information

#AD8B69 (or 0xAD8B69) is unknown color: approx Mongoose. HEX triplet: AD, 8B and 69. RGB value is (173,139,105). Sum of RGB (Red+Green+Blue) = 173+139+105=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 105 (41.41% from 255 or 25.18% from 417); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8B69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8B69 is #527496. Grayscale: #919191. Windows color (decimal): -5403799 or 6917037. OLE color: 6917037.

HSL color Cylindrical-coordinate representation of color #AD8B69: hue angle of 30º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD8B69 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB173139105-
CMYK00.200.390.32
HSL30º29.31%54.51%-
HSV(B)30º39.31%67.84%-
XYZ29.0228.3717.31-
YUV145.29105.26147.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.49%
GREEN value IS 139 (54.69% from 255) = 33.33%
BLUE value IS 105 (41.41% from 255) = 25.18%
R=41.49%
G=33.33%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313910500.200.390.323029.3154.51
HexAD8B6901427201e1d37
Octal2552131510244740363567
Binary101011011000101111010010101001001111000001111011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8B69; }

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

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

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

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

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

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

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

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