#A69391

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

Shades of Thatch #A69391

Tints of Thatch #A69391

Color information

#A69391 (or 0xA69391) is unknown color: approx Thatch. HEX triplet: A6, 93 and 91. RGB value is (166,147,145). Sum of RGB (Red+Green+Blue) = 166+147+145=458 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.24% from 458); Green value is 147 (57.81% from 255 or 32.10% from 458); Blue value is 145 (57.03% from 255 or 31.66% from 458); Max value from RGB is 166 - color contains mainly: red. Hex color #A69391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69391 is #596C6E. Grayscale: #989898. Windows color (decimal): -5860463 or 9540518. OLE color: 9540518.

HSL color Cylindrical-coordinate representation of color #A69391: hue angle of 5.71º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A69391 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB166147145-
CMYK00.110.130.35
HSL5.71º10.55%60.98%-
HSV(B)5.71º12.65%65.1%-
XYZ31.2731.0231.13-
YUV152.45123.79137.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.24%
GREEN value IS 147 (57.81% from 255) = 32.10%
BLUE value IS 145 (57.03% from 255) = 31.66%
R=36.24%
G=32.10%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614714500.110.130.355.7110.5560.98
HexA693910BD236b3d
Octal246223221013154361375
Binary1010011010010011100100010101111011000111101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69391; }

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

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

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

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

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

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

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

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