#A48B6C

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

Shades of Mongoose #A48B6C

Tints of Mongoose #A48B6C

Color information

#A48B6C (or 0xA48B6C) is unknown color: approx Mongoose. HEX triplet: A4, 8B and 6C. RGB value is (164,139,108). Sum of RGB (Red+Green+Blue) = 164+139+108=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48B6C is #5B7493. Grayscale: #8F8F8F. Windows color (decimal): -5993620 or 7113636. OLE color: 7113636.

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

Color convert

RGB164139108-
CMYK00.150.340.36
HSL33.21º23.53%53.33%-
HSV(B)33.21º34.15%64.31%-
XYZ27.2527.4418.05-
YUV142.94108.28143.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.90%
GREEN value IS 139 (54.69% from 255) = 33.82%
BLUE value IS 108 (42.58% from 255) = 26.28%
R=39.90%
G=33.82%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413910800.150.340.3633.2123.5353.33
HexA48B6C0F2224211835
Octal2442131540174244413065
Binary101001001000101111011000111110001010010010000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48B6C; }

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

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

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

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

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

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

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

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