#A69390

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

Shades of Thatch #A69390

Tints of Thatch #A69390

Color information

#A69390 (or 0xA69390) is unknown color: approx Thatch. HEX triplet: A6, 93 and 90. RGB value is (166,147,144). Sum of RGB (Red+Green+Blue) = 166+147+144=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 147 (57.81% from 255 or 32.17% from 457); Blue value is 144 (56.64% from 255 or 31.51% from 457); Max value from RGB is 166 - color contains mainly: red. Hex color #A69390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69390 is #596C6F. Grayscale: #989898. Windows color (decimal): -5860464 or 9474982. OLE color: 9474982.

HSL color Cylindrical-coordinate representation of color #A69390: hue angle of 8.18º 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 #A69390 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB166147144-
CMYK00.110.130.35
HSL8.18º11%60.78%-
HSV(B)8.18º13.25%65.1%-
XYZ31.1930.9930.72-
YUV152.34123.29137.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.32%
GREEN value IS 147 (57.81% from 255) = 32.17%
BLUE value IS 144 (56.64% from 255) = 31.51%
R=36.32%
G=32.17%
B=31.51%

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
Decimal16614714400.110.130.358.181160.78
HexA693900BD238b3d
Octal2462232200131543101375
Binary10100110100100111001000001011110110001110001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69390; }

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

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

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

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

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

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

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

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