#A69491

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

Shades of Thatch #A69491

Tints of Thatch #A69491

Color information

#A69491 (or 0xA69491) is unknown color: approx Thatch. HEX triplet: A6, 94 and 91. RGB value is (166,148,145). Sum of RGB (Red+Green+Blue) = 166+148+145=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 148 (58.20% from 255 or 32.24% from 459); Blue value is 145 (57.03% from 255 or 31.59% from 459); Max value from RGB is 166 - color contains mainly: red. Hex color #A69491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69491 is #596B6E. Grayscale: #999999. Windows color (decimal): -5860207 or 9540774. OLE color: 9540774.

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

Color convert

RGB166148145-
CMYK00.110.130.35
HSL8.57º10.55%60.98%-
HSV(B)8.57º12.65%65.1%-
XYZ31.4331.3331.18-
YUV153.04123.46137.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.17%
GREEN value IS 148 (58.20% from 255) = 32.24%
BLUE value IS 145 (57.03% from 255) = 31.59%
R=36.17%
G=32.24%
B=31.59%

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
Decimal16614814500.110.130.358.5710.5560.98
HexA694910BD239b3d
Octal2462242210131543111375
Binary10100110100101001001000101011110110001110011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69491; }

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

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

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

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

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

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

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

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