#A69490

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

Shades of Thatch #A69490

Tints of Thatch #A69490

Color information

#A69490 (or 0xA69490) is unknown color: approx Thatch. HEX triplet: A6, 94 and 90. RGB value is (166,148,144). Sum of RGB (Red+Green+Blue) = 166+148+144=458 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.24% from 458); Green value is 148 (58.20% from 255 or 32.31% from 458); Blue value is 144 (56.64% from 255 or 31.44% from 458); Max value from RGB is 166 - color contains mainly: red. Hex color #A69490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69490 is #596B6F. Grayscale: #989898. Windows color (decimal): -5860208 or 9475238. OLE color: 9475238.

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

Color convert

RGB166148144-
CMYK00.110.130.35
HSL10.91º11%60.78%-
HSV(B)10.91º13.25%65.1%-
XYZ31.3531.330.77-
YUV152.93122.96137.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.24%
GREEN value IS 148 (58.20% from 255) = 32.31%
BLUE value IS 144 (56.64% from 255) = 31.44%
R=36.24%
G=32.31%
B=31.44%

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
Decimal16614814400.110.130.3510.911160.78
HexA694900BD23bb3d
Octal2462242200131543131375
Binary10100110100101001001000001011110110001110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69490; }

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

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

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

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

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

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

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

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