#A6928E

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

Shades of Thatch #A6928E

Tints of Thatch #A6928E

Color information

#A6928E (or 0xA6928E) is unknown color: approx Thatch. HEX triplet: A6, 92 and 8E. RGB value is (166,146,142). Sum of RGB (Red+Green+Blue) = 166+146+142=454 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.56% from 454); Green value is 146 (57.42% from 255 or 32.16% from 454); Blue value is 142 (55.86% from 255 or 31.28% from 454); Max value from RGB is 166 - color contains mainly: red. Hex color #A6928E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6928E is #596D71. Grayscale: #979797. Windows color (decimal): -5860722 or 9343654. OLE color: 9343654.

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

Color convert

RGB166146142-
CMYK00.120.140.35
HSL10º11.88%60.39%-
HSV(B)10º14.46%65.1%-
XYZ30.8930.6229.87-
YUV151.52122.63138.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.56%
GREEN value IS 146 (57.42% from 255) = 32.16%
BLUE value IS 142 (55.86% from 255) = 31.28%
R=36.56%
G=32.16%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614614200.120.140.351011.8860.39
HexA6928E0CE23ac3c
Octal2462222160141643121474
Binary10100110100100101000111001100111010001110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6928E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6928E; }

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

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

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

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

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

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

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

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