#A38A73

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

Shades of Mongoose #A38A73

Tints of Mongoose #A38A73

Color information

#A38A73 (or 0xA38A73) is unknown color: approx Mongoose. HEX triplet: A3, 8A and 73. RGB value is (163,138,115). Sum of RGB (Red+Green+Blue) = 163+138+115=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 163 - color contains mainly: red. Hex color #A38A73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38A73 is #5C758C. Grayscale: #8E8E8E. Windows color (decimal): -6059405 or 7572131. OLE color: 7572131.

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

Color convert

RGB163138115-
CMYK00.150.290.36
HSL28.75º20.69%54.51%-
HSV(B)28.75º29.45%63.92%-
XYZ27.2927.220.03-
YUV142.85112.28142.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.18%
GREEN value IS 138 (54.30% from 255) = 33.17%
BLUE value IS 115 (45.31% from 255) = 27.64%
R=39.18%
G=33.17%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313811500.150.290.3628.7520.6954.51
HexA38A730F1D241d1537
Octal2432121630173544352567
Binary1010001110001010111001101111111011001001110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38A73; }

 p { color: rgb(163,138,115); }

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

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

 a { background-color: rgb(163,138,115); }

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

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

 span { border-color: rgb(163,138,115); }

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