#A88D68

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

Shades of Mongoose #A88D68

Tints of Mongoose #A88D68

Color information

#A88D68 (or 0xA88D68) is unknown color: approx Mongoose. HEX triplet: A8, 8D and 68. RGB value is (168,141,104). Sum of RGB (Red+Green+Blue) = 168+141+104=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 168 - color contains mainly: red. Hex color #A88D68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88D68 is #577297. Grayscale: #919191. Windows color (decimal): -5730968 or 6852008. OLE color: 6852008.

HSL color Cylindrical-coordinate representation of color #A88D68: hue angle of 34.69º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A88D68 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB168141104-
CMYK00.160.380.34
HSL34.69º26.89%53.33%-
HSV(B)34.69º38.1%65.88%-
XYZ28.1728.3717.09-
YUV144.85104.95144.51-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.68%
GREEN value IS 141 (55.47% from 255) = 34.14%
BLUE value IS 104 (41.02% from 255) = 25.18%
R=40.68%
G=34.14%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814110400.160.380.3434.6926.8953.33
HexA88D680102622231b35
Octal2502151500204642433365
Binary1010100010001101110100001000010011010001010001111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88D68; }

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

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

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

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

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

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

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

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