#A3928C

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

Shades of Thatch #A3928C

Tints of Thatch #A3928C

Color information

#A3928C (or 0xA3928C) is unknown color: approx Thatch. HEX triplet: A3, 92 and 8C. RGB value is (163,146,140). Sum of RGB (Red+Green+Blue) = 163+146+140=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 146 (57.42% from 255 or 32.52% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 163 - color contains mainly: red. Hex color #A3928C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3928C is #5C6D73. Grayscale: #969696. Windows color (decimal): -6057332 or 9212579. OLE color: 9212579.

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

Color convert

RGB163146140-
CMYK00.100.140.36
HSL15.65º11.11%59.41%-
HSV(B)15.65º14.11%63.92%-
XYZ30.1230.2429.06-
YUV150.4122.13136.99-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.30%
GREEN value IS 146 (57.42% from 255) = 32.52%
BLUE value IS 140 (55.08% from 255) = 31.18%
R=36.30%
G=32.52%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314614000.100.140.3615.6511.1159.41
HexA3928C0AE2410b3b
Octal2432222140121644201373
Binary101000111001001010001100010101110100100100001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3928C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3928C; }

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

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

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

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

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

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

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

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