#A38D6E

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

Shades of Mongoose #A38D6E

Tints of Mongoose #A38D6E

Color information

#A38D6E (or 0xA38D6E) is unknown color: approx Mongoose. HEX triplet: A3, 8D and 6E. RGB value is (163,141,110). Sum of RGB (Red+Green+Blue) = 163+141+110=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 110 (43.36% from 255 or 26.57% from 414); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38D6E is #5C7291. Grayscale: #909090. Windows color (decimal): -6058642 or 7245219. OLE color: 7245219.

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

Color convert

RGB163141110-
CMYK00.130.330.36
HSL35.09º22.36%53.53%-
HSV(B)35.09º32.52%63.92%-
XYZ27.4427.9618.7-
YUV144.04108.79141.52-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.37%
GREEN value IS 141 (55.47% from 255) = 34.06%
BLUE value IS 110 (43.36% from 255) = 26.57%
R=39.37%
G=34.06%
B=26.57%

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
Decimal16314111000.130.330.3635.0922.3653.53
HexA38D6E0D2124231636
Octal2432151560154144432666
Binary101000111000110111011100110110000110010010001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38D6E; }

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

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

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

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

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

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

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

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