#A88D75

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

Shades of Mongoose #A88D75

Tints of Mongoose #A88D75

Color information

#A88D75 (or 0xA88D75) is unknown color: approx Mongoose. HEX triplet: A8, 8D and 75. RGB value is (168,141,117). Sum of RGB (Red+Green+Blue) = 168+141+117=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 168 - color contains mainly: red. Hex color #A88D75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88D75 is #57728A. Grayscale: #929292. Windows color (decimal): -5730955 or 7703976. OLE color: 7703976.

HSL color Cylindrical-coordinate representation of color #A88D75: hue angle of 28.24º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A88D75 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB168141117-
CMYK00.160.300.34
HSL28.24º22.67%55.88%-
HSV(B)28.24º30.36%65.88%-
XYZ28.8828.6620.84-
YUV146.34111.45143.45-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.44%
GREEN value IS 141 (55.47% from 255) = 33.10%
BLUE value IS 117 (46.09% from 255) = 27.46%
R=39.44%
G=33.10%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814111700.160.300.3428.2422.6755.88
HexA88D750101E221c1738
Octal2502151650203642342770
Binary10101000100011011110101010000111101000101110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88D75; }

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

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

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

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

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

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

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

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