#A48A6D

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

Shades of Mongoose #A48A6D

Tints of Mongoose #A48A6D

Color information

#A48A6D (or 0xA48A6D) is unknown color: approx Mongoose. HEX triplet: A4, 8A and 6D. RGB value is (164,138,109). Sum of RGB (Red+Green+Blue) = 164+138+109=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48A6D is #5B7592. Grayscale: #8E8E8E. Windows color (decimal): -5993875 or 7178916. OLE color: 7178916.

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

Color convert

RGB164138109-
CMYK00.160.340.36
HSL31.64º23.21%53.53%-
HSV(B)31.64º33.54%64.31%-
XYZ27.1627.1718.28-
YUV142.47109.11143.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.90%
GREEN value IS 138 (54.30% from 255) = 33.58%
BLUE value IS 109 (42.97% from 255) = 26.52%
R=39.90%
G=33.58%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413810900.160.340.3631.6423.2153.53
HexA48A6D0102224201736
Octal2442121550204244402766
Binary1010010010001010110110101000010001010010010000010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48A6D; }

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

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

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

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

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

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

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

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