#A38A6C

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

Shades of Mongoose #A38A6C

Tints of Mongoose #A38A6C

Color information

#A38A6C (or 0xA38A6C) is unknown color: approx Mongoose. HEX triplet: A3, 8A and 6C. RGB value is (163,138,108). Sum of RGB (Red+Green+Blue) = 163+138+108=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 108 (42.58% from 255 or 26.41% from 409); Max value from RGB is 163 - color contains mainly: red. Hex color #A38A6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38A6C is #5C7593. Grayscale: #8E8E8E. Windows color (decimal): -6059412 or 7113379. OLE color: 7113379.

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

Color convert

RGB163138108-
CMYK00.150.340.36
HSL32.73º23.01%53.14%-
HSV(B)32.73º33.74%63.92%-
XYZ26.927.0517.99-
YUV142.06108.78142.94-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.85%
GREEN value IS 138 (54.30% from 255) = 33.74%
BLUE value IS 108 (42.58% from 255) = 26.41%
R=39.85%
G=33.74%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313810800.150.340.3632.7323.0153.14
HexA38A6C0F2224211735
Octal2432121540174244412765
Binary101000111000101011011000111110001010010010000110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38A6C; }

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

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

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

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

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

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

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

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