#A3928D

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

Shades of Thatch #A3928D

Tints of Thatch #A3928D

Color information

#A3928D (or 0xA3928D) is unknown color: approx Thatch. HEX triplet: A3, 92 and 8D. RGB value is (163,146,141). Sum of RGB (Red+Green+Blue) = 163+146+141=450 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.22% from 450); Green value is 146 (57.42% from 255 or 32.44% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 163 - color contains mainly: red. Hex color #A3928D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3928D is #5C6D72. Grayscale: #969696. Windows color (decimal): -6057331 or 9278115. OLE color: 9278115.

HSL color Cylindrical-coordinate representation of color #A3928D: hue angle of 13.64º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A3928D is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB163146141-
CMYK00.100.130.36
HSL13.64º10.68%59.61%-
HSV(B)13.64º13.5%63.92%-
XYZ30.1930.2729.45-
YUV150.51122.63136.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.22%
GREEN value IS 146 (57.42% from 255) = 32.44%
BLUE value IS 141 (55.47% from 255) = 31.33%
R=36.22%
G=32.44%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314614100.100.130.3613.6410.6859.61
HexA3928D0AD24eb3c
Octal2432222150121544161374
Binary10100011100100101000110101010110110010011101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3928D; }

 p { color: rgb(163,146,141); }

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

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

 a { background-color: rgb(163,146,141); }

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

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

 span { border-color: rgb(163,146,141); }

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