#A48F70

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

Shades of Mongoose #A48F70

Tints of Mongoose #A48F70

Color information

#A48F70 (or 0xA48F70) is unknown color: approx Mongoose. HEX triplet: A4, 8F and 70. RGB value is (164,143,112). Sum of RGB (Red+Green+Blue) = 164+143+112=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48F70 is #5B708F. Grayscale: #919191. Windows color (decimal): -5992592 or 7376804. OLE color: 7376804.

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

Color convert

RGB164143112-
CMYK00.130.320.36
HSL35.77º22.22%54.12%-
HSV(B)35.77º31.71%64.31%-
XYZ28.0628.7119.39-
YUV145.74108.96141.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.14%
GREEN value IS 143 (56.25% from 255) = 34.13%
BLUE value IS 112 (44.14% from 255) = 26.73%
R=39.14%
G=34.13%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414311200.130.320.3635.7722.2254.12
HexA48F700D2024241636
Octal2442171600154044442666
Binary101001001000111111100000110110000010010010010010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48F70; }

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

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

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

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

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

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

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

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