#A48A74

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

Shades of Mongoose #A48A74

Tints of Mongoose #A48A74

Color information

#A48A74 (or 0xA48A74) is unknown color: approx Mongoose. HEX triplet: A4, 8A and 74. RGB value is (164,138,116). Sum of RGB (Red+Green+Blue) = 164+138+116=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 116 (45.70% from 255 or 27.75% from 418); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48A74 is #5B758B. Grayscale: #8F8F8F. Windows color (decimal): -5993868 or 7637668. OLE color: 7637668.

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

Color convert

RGB164138116-
CMYK00.160.290.36
HSL27.5º20.87%54.9%-
HSV(B)27.5º29.27%64.31%-
XYZ27.5527.3320.35-
YUV143.27112.61142.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.23%
GREEN value IS 138 (54.30% from 255) = 33.01%
BLUE value IS 116 (45.70% from 255) = 27.75%
R=39.23%
G=33.01%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413811600.160.290.3627.520.8754.9
HexA48A740101D241c1537
Octal2442121640203544342567
Binary10100100100010101110100010000111011001001110010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48A74; }

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

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

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

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

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

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

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

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