#A08D75

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

Shades of Mongoose #A08D75

Tints of Mongoose #A08D75

Color information

#A08D75 (or 0xA08D75) is unknown color: approx Mongoose. HEX triplet: A0, 8D and 75. RGB value is (160,141,117). Sum of RGB (Red+Green+Blue) = 160+141+117=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08D75 is #5F728A. Grayscale: #909090. Windows color (decimal): -6255243 or 7703968. OLE color: 7703968.

HSL color Cylindrical-coordinate representation of color #A08D75: hue angle of 33.49º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A08D75 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB160141117-
CMYK00.120.270.37
HSL33.49º18.45%54.31%-
HSV(B)33.49º26.88%62.75%-
XYZ27.2327.8120.76-
YUV143.94112.79139.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.28%
GREEN value IS 141 (55.47% from 255) = 33.73%
BLUE value IS 117 (46.09% from 255) = 27.99%
R=38.28%
G=33.73%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014111700.120.270.3733.4918.4554.31
HexA08D750C1B25211236
Octal2402151650143345412266
Binary10100000100011011110101011001101110010110000110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08D75; }

 p { color: rgb(160,141,117); }

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

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

 a { background-color: rgb(160,141,117); }

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

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

 span { border-color: rgb(160,141,117); }

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