#A69691

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

Shades of Thatch #A69691

Tints of Thatch #A69691

Color information

#A69691 (or 0xA69691) is unknown color: approx Thatch. HEX triplet: A6, 96 and 91. RGB value is (166,150,145). Sum of RGB (Red+Green+Blue) = 166+150+145=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 145 (57.03% from 255 or 31.45% from 461); Max value from RGB is 166 - color contains mainly: red. Hex color #A69691 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69691 is #59696E. Grayscale: #9A9A9A. Windows color (decimal): -5859695 or 9541286. OLE color: 9541286.

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

Color convert

RGB166150145-
CMYK00.100.130.35
HSL14.29º10.55%60.98%-
HSV(B)14.29º12.65%65.1%-
XYZ31.7431.9631.28-
YUV154.21122.8136.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.01%
GREEN value IS 150 (58.98% from 255) = 32.54%
BLUE value IS 145 (57.03% from 255) = 31.45%
R=36.01%
G=32.54%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615014500.100.130.3514.2910.5560.98
HexA696910AD23eb3d
Octal2462262210121543161375
Binary10100110100101101001000101010110110001111101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69691; }

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

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

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

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

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

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

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

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