#A38A6E

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

Shades of Mongoose #A38A6E

Tints of Mongoose #A38A6E

Color information

#A38A6E (or 0xA38A6E) is unknown color: approx Mongoose. HEX triplet: A3, 8A and 6E. RGB value is (163,138,110). Sum of RGB (Red+Green+Blue) = 163+138+110=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 110 (43.36% from 255 or 26.76% from 411); Max value from RGB is 163 - color contains mainly: red. Hex color #A38A6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38A6E is #5C7591. Grayscale: #8E8E8E. Windows color (decimal): -6059410 or 7244451. OLE color: 7244451.

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

Color convert

RGB163138110-
CMYK00.150.330.36
HSL31.7º22.36%53.53%-
HSV(B)31.7º32.52%63.92%-
XYZ27.0127.0918.56-
YUV142.28109.78142.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.66%
GREEN value IS 138 (54.30% from 255) = 33.58%
BLUE value IS 110 (43.36% from 255) = 26.76%
R=39.66%
G=33.58%
B=26.76%

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
Decimal16313811000.150.330.3631.722.3653.53
HexA38A6E0F2124201636
Octal2432121560174144402666
Binary101000111000101011011100111110000110010010000010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38A6E; }

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

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

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

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

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

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

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

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