#A48F6E

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

Shades of Mongoose #A48F6E

Tints of Mongoose #A48F6E

Color information

#A48F6E (or 0xA48F6E) is unknown color: approx Mongoose. HEX triplet: A4, 8F and 6E. RGB value is (164,143,110). Sum of RGB (Red+Green+Blue) = 164+143+110=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48F6E is #5B7091. Grayscale: #919191. Windows color (decimal): -5992594 or 7245732. OLE color: 7245732.

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

Color convert

RGB164143110-
CMYK00.130.330.36
HSL36.67º22.88%53.73%-
HSV(B)36.67º32.93%64.31%-
XYZ27.9528.6618.81-
YUV145.52107.96141.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.33%
GREEN value IS 143 (56.25% from 255) = 34.29%
BLUE value IS 110 (43.36% from 255) = 26.38%
R=39.33%
G=34.29%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414311000.130.330.3636.6722.8853.73
HexA48F6E0D2124251736
Octal2442171560154144452766
Binary101001001000111111011100110110000110010010010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48F6E; }

 p { color: rgb(164,143,110); }

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

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

 a { background-color: rgb(164,143,110); }

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

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

 span { border-color: rgb(164,143,110); }

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