#A38974

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

Shades of Mongoose #A38974

Tints of Mongoose #A38974

Color information

#A38974 (or 0xA38974) is unknown color: approx Mongoose. HEX triplet: A3, 89 and 74. RGB value is (163,137,116). Sum of RGB (Red+Green+Blue) = 163+137+116=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 116 (45.70% from 255 or 27.88% from 416); Max value from RGB is 163 - color contains mainly: red. Hex color #A38974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38974 is #5C768B. Grayscale: #8E8E8E. Windows color (decimal): -6059660 or 7637411. OLE color: 7637411.

HSL color Cylindrical-coordinate representation of color #A38974: hue angle of 26.81º degrees, saturation: 0.2, 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 #A38974 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB163137116-
CMYK00.160.290.36
HSL26.81º20.35%54.71%-
HSV(B)26.81º28.83%63.92%-
XYZ27.226.9420.29-
YUV142.38113.11142.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.18%
GREEN value IS 137 (53.91% from 255) = 32.93%
BLUE value IS 116 (45.70% from 255) = 27.88%
R=39.18%
G=32.93%
B=27.88%

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
Decimal16313711600.160.290.3626.8120.3554.71
HexA389740101D241b1437
Octal2432111640203544332467
Binary10100011100010011110100010000111011001001101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38974; }

 p { color: rgb(163,137,116); }

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

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

 a { background-color: rgb(163,137,116); }

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

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

 span { border-color: rgb(163,137,116); }

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