#A39691

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

Shades of Thatch #A39691

Tints of Thatch #A39691

Color information

#A39691 (or 0xA39691) is unknown color: approx Thatch. HEX triplet: A3, 96 and 91. RGB value is (163,150,145). Sum of RGB (Red+Green+Blue) = 163+150+145=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 150 (58.98% from 255 or 32.75% from 458); Blue value is 145 (57.03% from 255 or 31.66% from 458); Max value from RGB is 163 - color contains mainly: red. Hex color #A39691 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39691 is #5C696E. Grayscale: #999999. Windows color (decimal): -6056303 or 9541283. OLE color: 9541283.

HSL color Cylindrical-coordinate representation of color #A39691: hue angle of 16.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 #A39691 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB163150145-
CMYK00.080.110.36
HSL16.67º8.91%60.39%-
HSV(B)16.67º11.04%63.92%-
XYZ31.1231.6431.26-
YUV153.32123.31134.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.59%
GREEN value IS 150 (58.98% from 255) = 32.75%
BLUE value IS 145 (57.03% from 255) = 31.66%
R=35.59%
G=32.75%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315014500.080.110.3616.678.9160.39
HexA3969108B241193c
Octal2432262210101344211174
Binary101000111001011010010001010001011100100100011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39691; }

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

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

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

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

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

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

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

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