#A38B6F

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

Shades of Mongoose #A38B6F

Tints of Mongoose #A38B6F

Color information

#A38B6F (or 0xA38B6F) is unknown color: approx Mongoose. HEX triplet: A3, 8B and 6F. RGB value is (163,139,111). Sum of RGB (Red+Green+Blue) = 163+139+111=413 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.47% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 111 (43.75% from 255 or 26.88% from 413); Max value from RGB is 163 - color contains mainly: red. Hex color #A38B6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38B6F is #5C7490. Grayscale: #8F8F8F. Windows color (decimal): -6059153 or 7310243. OLE color: 7310243.

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

Color convert

RGB163139111-
CMYK00.150.320.36
HSL32.31º22.03%53.73%-
HSV(B)32.31º31.9%63.92%-
XYZ27.2127.418.89-
YUV142.98109.95142.28-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.47%
GREEN value IS 139 (54.69% from 255) = 33.66%
BLUE value IS 111 (43.75% from 255) = 26.88%
R=39.47%
G=33.66%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313911100.150.320.3632.3122.0353.73
HexA38B6F0F2024201636
Octal2432131570174044402666
Binary101000111000101111011110111110000010010010000010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38B6F; }

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

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

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

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

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

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

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

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