#A48B70

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

Shades of Mongoose #A48B70

Tints of Mongoose #A48B70

Color information

#A48B70 (or 0xA48B70) is unknown color: approx Mongoose. HEX triplet: A4, 8B and 70. RGB value is (164,139,112). Sum of RGB (Red+Green+Blue) = 164+139+112=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48B70 is #5B748F. Grayscale: #8F8F8F. Windows color (decimal): -5993616 or 7375780. OLE color: 7375780.

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

Color convert

RGB164139112-
CMYK00.150.320.36
HSL31.15º22.22%54.12%-
HSV(B)31.15º31.71%64.31%-
XYZ27.4727.5319.19-
YUV143.4110.28142.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.52%
GREEN value IS 139 (54.69% from 255) = 33.49%
BLUE value IS 112 (44.14% from 255) = 26.99%
R=39.52%
G=33.49%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413911200.150.320.3631.1522.2254.12
HexA48B700F20241f1636
Octal2442131600174044372666
Binary10100100100010111110000011111000001001001111110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48B70; }

 p { color: rgb(164,139,112); }

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

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

 a { background-color: rgb(164,139,112); }

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

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

 span { border-color: rgb(164,139,112); }

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