#A48D6C

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

Shades of Mongoose #A48D6C

Tints of Mongoose #A48D6C

Color information

#A48D6C (or 0xA48D6C) is unknown color: approx Mongoose. HEX triplet: A4, 8D and 6C. RGB value is (164,141,108). Sum of RGB (Red+Green+Blue) = 164+141+108=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48D6C is #5B7293. Grayscale: #909090. Windows color (decimal): -5993108 or 7114148. OLE color: 7114148.

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

Color convert

RGB164141108-
CMYK00.140.340.36
HSL35.36º23.53%53.33%-
HSV(B)35.36º34.15%64.31%-
XYZ27.5428.0218.15-
YUV144.12107.62142.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.71%
GREEN value IS 141 (55.47% from 255) = 34.14%
BLUE value IS 108 (42.58% from 255) = 26.15%
R=39.71%
G=34.14%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414110800.140.340.3635.3623.5353.33
HexA48D6C0E2224231835
Octal2442151540164244433065
Binary101001001000110111011000111010001010010010001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48D6C; }

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

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

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

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

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

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

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

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