#A48F73

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

Shades of Mongoose #A48F73

Tints of Mongoose #A48F73

Color information

#A48F73 (or 0xA48F73) is unknown color: approx Mongoose. HEX triplet: A4, 8F and 73. RGB value is (164,143,115). Sum of RGB (Red+Green+Blue) = 164+143+115=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48F73 is #5B708C. Grayscale: #929292. Windows color (decimal): -5992589 or 7573412. OLE color: 7573412.

HSL color Cylindrical-coordinate representation of color #A48F73: hue angle of 34.29º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A48F73 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB164143115-
CMYK00.130.300.36
HSL34.29º21.21%54.71%-
HSV(B)34.29º29.88%64.31%-
XYZ28.2328.7820.29-
YUV146.09110.46140.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.86%
GREEN value IS 143 (56.25% from 255) = 33.89%
BLUE value IS 115 (45.31% from 255) = 27.25%
R=38.86%
G=33.89%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414311500.130.300.3634.2921.2154.71
HexA48F730D1E24221537
Octal2442171630153644422567
Binary10100100100011111110011011011111010010010001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48F73; }

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

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

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

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

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

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

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

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