#A48975

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

Shades of Mongoose #A48975

Tints of Mongoose #A48975

Color information

#A48975 (or 0xA48975) is unknown color: approx Mongoose. HEX triplet: A4, 89 and 75. RGB value is (164,137,117). Sum of RGB (Red+Green+Blue) = 164+137+117=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 164 - color contains mainly: red. Hex color #A48975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48975 is #5B768A. Grayscale: #8E8E8E. Windows color (decimal): -5994123 or 7702948. OLE color: 7702948.

HSL color Cylindrical-coordinate representation of color #A48975: hue angle of 25.53º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A48975 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB164137117-
CMYK00.160.290.36
HSL25.53º20.52%55.1%-
HSV(B)25.53º28.66%64.31%-
XYZ27.4727.0720.61-
YUV142.79113.45143.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.23%
GREEN value IS 137 (53.91% from 255) = 32.78%
BLUE value IS 117 (46.09% from 255) = 27.99%
R=39.23%
G=32.78%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413711700.160.290.3625.5320.5255.1
HexA489750101D241a1537
Octal2442111650203544322567
Binary10100100100010011110101010000111011001001101010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48975; }

 p { color: rgb(164,137,117); }

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

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

 a { background-color: rgb(164,137,117); }

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

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

 span { border-color: rgb(164,137,117); }

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