#A48D6E

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

Shades of Mongoose #A48D6E

Tints of Mongoose #A48D6E

Color information

#A48D6E (or 0xA48D6E) is unknown color: approx Mongoose. HEX triplet: A4, 8D and 6E. RGB value is (164,141,110). Sum of RGB (Red+Green+Blue) = 164+141+110=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 110 (43.36% from 255 or 26.51% from 415); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48D6E is #5B7291. Grayscale: #909090. Windows color (decimal): -5993106 or 7245220. OLE color: 7245220.

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

Color convert

RGB164141110-
CMYK00.140.330.36
HSL34.44º22.88%53.73%-
HSV(B)34.44º32.93%64.31%-
XYZ27.6528.0718.71-
YUV144.34108.62142.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.52%
GREEN value IS 141 (55.47% from 255) = 33.98%
BLUE value IS 110 (43.36% from 255) = 26.51%
R=39.52%
G=33.98%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414111000.140.330.3634.4422.8853.73
HexA48D6E0E2124221736
Octal2442151560164144422766
Binary101001001000110111011100111010000110010010001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48D6E; }

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

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

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

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

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

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

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

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