#A6948F

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

Shades of Thatch #A6948F

Tints of Thatch #A6948F

Color information

#A6948F (or 0xA6948F) is unknown color: approx Thatch. HEX triplet: A6, 94 and 8F. RGB value is (166,148,143). Sum of RGB (Red+Green+Blue) = 166+148+143=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 148 (58.20% from 255 or 32.39% from 457); Blue value is 143 (56.25% from 255 or 31.29% from 457); Max value from RGB is 166 - color contains mainly: red. Hex color #A6948F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6948F is #596B70. Grayscale: #989898. Windows color (decimal): -5860209 or 9409702. OLE color: 9409702.

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

Color convert

RGB166148143-
CMYK00.110.140.35
HSL13.04º11.44%60.59%-
HSV(B)13.04º13.86%65.1%-
XYZ31.2731.2730.37-
YUV152.81122.46137.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.32%
GREEN value IS 148 (58.20% from 255) = 32.39%
BLUE value IS 143 (56.25% from 255) = 31.29%
R=36.32%
G=32.39%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614814300.110.140.3513.0411.4460.59
HexA6948F0BE23db3d
Octal2462242170131643151375
Binary10100110100101001000111101011111010001111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6948F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6948F; }

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

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

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

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

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

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

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

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