#A48A6E

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

Shades of Mongoose #A48A6E

Tints of Mongoose #A48A6E

Color information

#A48A6E (or 0xA48A6E) is unknown color: approx Mongoose. HEX triplet: A4, 8A and 6E. RGB value is (164,138,110). Sum of RGB (Red+Green+Blue) = 164+138+110=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 110 (43.36% from 255 or 26.70% from 412); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48A6E is #5B7591. Grayscale: #8E8E8E. Windows color (decimal): -5993874 or 7244452. OLE color: 7244452.

HSL color Cylindrical-coordinate representation of color #A48A6E: hue angle of 31.11º 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 #A48A6E is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB164138110-
CMYK00.160.330.36
HSL31.11º22.88%53.73%-
HSV(B)31.11º32.93%64.31%-
XYZ27.2127.218.57-
YUV142.58109.61143.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.81%
GREEN value IS 138 (54.30% from 255) = 33.50%
BLUE value IS 110 (43.36% from 255) = 26.70%
R=39.81%
G=33.50%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413811000.160.330.3631.1122.8853.73
HexA48A6E01021241f1736
Octal2442121560204144372766
Binary101001001000101011011100100001000011001001111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48A6E; }

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

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

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

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

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

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

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

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