#A39391

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

Shades of Thatch #A39391

Tints of Thatch #A39391

Color information

#A39391 (or 0xA39391) is unknown color: approx Thatch. HEX triplet: A3, 93 and 91. RGB value is (163,147,145). Sum of RGB (Red+Green+Blue) = 163+147+145=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 147 (57.81% from 255 or 32.31% from 455); Blue value is 145 (57.03% from 255 or 31.87% from 455); Max value from RGB is 163 - color contains mainly: red. Hex color #A39391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39391 is #5C6C6E. Grayscale: #979797. Windows color (decimal): -6057071 or 9540515. OLE color: 9540515.

HSL color Cylindrical-coordinate representation of color #A39391: hue angle of 6.67º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A39391 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB163147145-
CMYK00.100.110.36
HSL6.67º8.91%60.39%-
HSV(B)6.67º11.04%63.92%-
XYZ30.6530.731.1-
YUV151.56124.3136.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.82%
GREEN value IS 147 (57.81% from 255) = 32.31%
BLUE value IS 145 (57.03% from 255) = 31.87%
R=35.82%
G=32.31%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314714500.100.110.366.678.9160.39
HexA393910AB24793c
Octal243223221012134471174
Binary1010001110010011100100010101010111001001111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39391; }

 p { color: rgb(163,147,145); }

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

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

 a { background-color: rgb(163,147,145); }

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

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

 span { border-color: rgb(163,147,145); }

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