#A69392

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

Shades of Thatch #A69392

Tints of Thatch #A69392

Color information

#A69392 (or 0xA69392) is unknown color: approx Thatch. HEX triplet: A6, 93 and 92. RGB value is (166,147,146). Sum of RGB (Red+Green+Blue) = 166+147+146=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 147 (57.81% from 255 or 32.03% from 459); Blue value is 146 (57.42% from 255 or 31.81% from 459); Max value from RGB is 166 - color contains mainly: red. Hex color #A69392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69392 is #596C6D. Grayscale: #989898. Windows color (decimal): -5860462 or 9606054. OLE color: 9606054.

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

Color convert

RGB166147146-
CMYK00.110.120.35
HSL10.1%61.18%-
HSV(B)12.05%65.1%-
XYZ31.3531.0531.54-
YUV152.57124.29137.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.17%
GREEN value IS 147 (57.81% from 255) = 32.03%
BLUE value IS 146 (57.42% from 255) = 31.81%
R=36.17%
G=32.03%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614714600.110.120.35310.161.18
HexA693920BC233a3d
Octal246223222013144331275
Binary101001101001001110010010010111100100011111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69392; }

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

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

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

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

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

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

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

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