#A38C6B

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

Shades of Mongoose #A38C6B

Tints of Mongoose #A38C6B

Color information

#A38C6B (or 0xA38C6B) is unknown color: approx Mongoose. HEX triplet: A3, 8C and 6B. RGB value is (163,140,107). Sum of RGB (Red+Green+Blue) = 163+140+107=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 163 - color contains mainly: red. Hex color #A38C6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38C6B is #5C7394. Grayscale: #8F8F8F. Windows color (decimal): -6058901 or 7048355. OLE color: 7048355.

HSL color Cylindrical-coordinate representation of color #A38C6B: hue angle of 35.36º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A38C6B is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB163140107-
CMYK00.140.340.36
HSL35.36º23.33%52.94%-
HSV(B)35.36º34.36%63.92%-
XYZ27.1427.617.81-
YUV143.11107.62142.18-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.76%
GREEN value IS 140 (55.08% from 255) = 34.15%
BLUE value IS 107 (42.19% from 255) = 26.10%
R=39.76%
G=34.15%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314010700.140.340.3635.3623.3352.94
HexA38C6B0E2224231735
Octal2432141530164244432765
Binary101000111000110011010110111010001010010010001110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38C6B; }

 p { color: rgb(163,140,107); }

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

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

 a { background-color: rgb(163,140,107); }

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

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

 span { border-color: rgb(163,140,107); }

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