#A38E6E

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

Shades of Mongoose #A38E6E

Tints of Mongoose #A38E6E

Color information

#A38E6E (or 0xA38E6E) is unknown color: approx Mongoose. HEX triplet: A3, 8E and 6E. RGB value is (163,142,110). Sum of RGB (Red+Green+Blue) = 163+142+110=415 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.28% from 415); Green value is 142 (55.86% from 255 or 34.22% from 415); Blue value is 110 (43.36% from 255 or 26.51% from 415); Max value from RGB is 163 - color contains mainly: red. Hex color #A38E6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38E6E is #5C7191. Grayscale: #909090. Windows color (decimal): -6058386 or 7245475. OLE color: 7245475.

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

Color convert

RGB163142110-
CMYK00.130.330.36
HSL36.23º22.36%53.53%-
HSV(B)36.23º32.52%63.92%-
XYZ27.5928.2618.75-
YUV144.63108.46141.1-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.28%
GREEN value IS 142 (55.86% from 255) = 34.22%
BLUE value IS 110 (43.36% from 255) = 26.51%
R=39.28%
G=34.22%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314211000.130.330.3636.2322.3653.53
HexA38E6E0D2124241636
Octal2432161560154144442666
Binary101000111000111011011100110110000110010010010010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38E6E; }

 p { color: rgb(163,142,110); }

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

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

 a { background-color: rgb(163,142,110); }

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

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

 span { border-color: rgb(163,142,110); }

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