#A6928F

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

Shades of Thatch #A6928F

Tints of Thatch #A6928F

Color information

#A6928F (or 0xA6928F) is unknown color: approx Thatch. HEX triplet: A6, 92 and 8F. RGB value is (166,146,143). Sum of RGB (Red+Green+Blue) = 166+146+143=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 143 (56.25% from 255 or 31.43% from 455); Max value from RGB is 166 - color contains mainly: red. Hex color #A6928F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6928F is #596D70. Grayscale: #979797. Windows color (decimal): -5860721 or 9409190. OLE color: 9409190.

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

Color convert

RGB166146143-
CMYK00.120.140.35
HSL7.83º11.44%60.59%-
HSV(B)7.83º13.86%65.1%-
XYZ30.9630.6530.27-
YUV151.64123.13138.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.48%
GREEN value IS 146 (57.42% from 255) = 32.09%
BLUE value IS 143 (56.25% from 255) = 31.43%
R=36.48%
G=32.09%
B=31.43%

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
Decimal16614614300.120.140.357.8311.4460.59
HexA6928F0CE238b3d
Octal2462222170141643101375
Binary10100110100100101000111101100111010001110001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6928F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6928F; }

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

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

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

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

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

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

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

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