#A48D68

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

Shades of Mongoose #A48D68

Tints of Mongoose #A48D68

Color information

#A48D68 (or 0xA48D68) is unknown color: approx Mongoose. HEX triplet: A4, 8D and 68. RGB value is (164,141,104). Sum of RGB (Red+Green+Blue) = 164+141+104=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48D68 is #5B7297. Grayscale: #8F8F8F. Windows color (decimal): -5993112 or 6852004. OLE color: 6852004.

HSL color Cylindrical-coordinate representation of color #A48D68: hue angle of 37º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A48D68 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB164141104-
CMYK00.140.370.36
HSL37º24.79%52.55%-
HSV(B)37º36.59%64.31%-
XYZ27.3327.9417.05-
YUV143.66105.62142.51-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.10%
GREEN value IS 141 (55.47% from 255) = 34.47%
BLUE value IS 104 (41.02% from 255) = 25.43%
R=40.10%
G=34.47%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414110400.140.370.363724.7952.55
HexA48D680E2524251935
Octal2442151500164544453165
Binary101001001000110111010000111010010110010010010111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48D68; }

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

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

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

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

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

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

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

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