#A38B6E

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

Shades of Mongoose #A38B6E

Tints of Mongoose #A38B6E

Color information

#A38B6E (or 0xA38B6E) is unknown color: approx Mongoose. HEX triplet: A3, 8B and 6E. RGB value is (163,139,110). Sum of RGB (Red+Green+Blue) = 163+139+110=412 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.56% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 110 (43.36% from 255 or 26.70% from 412); Max value from RGB is 163 - color contains mainly: red. Hex color #A38B6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38B6E is #5C7491. Grayscale: #8F8F8F. Windows color (decimal): -6059154 or 7244707. OLE color: 7244707.

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

Color convert

RGB163139110-
CMYK00.150.330.36
HSL32.83º22.36%53.53%-
HSV(B)32.83º32.52%63.92%-
XYZ27.1527.3818.61-
YUV142.87109.45142.36-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.56%
GREEN value IS 139 (54.69% from 255) = 33.74%
BLUE value IS 110 (43.36% from 255) = 26.70%
R=39.56%
G=33.74%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313911000.150.330.3632.8322.3653.53
HexA38B6E0F2124211636
Octal2432131560174144412666
Binary101000111000101111011100111110000110010010000110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38B6E; }

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

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

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

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

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

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

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

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