#A6928A

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

Shades of Thatch #A6928A

Tints of Thatch #A6928A

Color information

#A6928A (or 0xA6928A) is unknown color: approx Thatch. HEX triplet: A6, 92 and 8A. RGB value is (166,146,138). Sum of RGB (Red+Green+Blue) = 166+146+138=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 146 (57.42% from 255 or 32.44% from 450); Blue value is 138 (54.30% from 255 or 30.67% from 450); Max value from RGB is 166 - color contains mainly: red. Hex color #A6928A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6928A is #596D75. Grayscale: #979797. Windows color (decimal): -5860726 or 9081510. OLE color: 9081510.

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

Color convert

RGB166146138-
CMYK00.120.170.35
HSL17.14º13.59%59.61%-
HSV(B)17.14º16.87%65.1%-
XYZ30.5930.528.32-
YUV151.07120.63138.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.89%
GREEN value IS 146 (57.42% from 255) = 32.44%
BLUE value IS 138 (54.30% from 255) = 30.67%
R=36.89%
G=32.44%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614613800.120.170.3517.1413.5959.61
HexA6928A0C112311e3c
Octal2462222120142143211674
Binary1010011010010010100010100110010001100011100011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6928A; }

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

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

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

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

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

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

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

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