#A48B6B

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

Shades of Mongoose #A48B6B

Tints of Mongoose #A48B6B

Color information

#A48B6B (or 0xA48B6B) is unknown color: approx Mongoose. HEX triplet: A4, 8B and 6B. RGB value is (164,139,107). Sum of RGB (Red+Green+Blue) = 164+139+107=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48B6B is #5B7494. Grayscale: #8E8E8E. Windows color (decimal): -5993621 or 7048100. OLE color: 7048100.

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

Color convert

RGB164139107-
CMYK00.150.350.36
HSL33.68º23.85%53.14%-
HSV(B)33.68º34.76%64.31%-
XYZ27.227.4217.77-
YUV142.83107.78143.1-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40%
GREEN value IS 139 (54.69% from 255) = 33.90%
BLUE value IS 107 (42.19% from 255) = 26.10%
R=40%
G=33.90%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413910700.150.350.3633.6823.8553.14
HexA48B6B0F2324221835
Octal2442131530174344423065
Binary101001001000101111010110111110001110010010001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48B6B; }

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

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

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

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

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

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

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

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