#A3918C

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

Shades of Thatch #A3918C

Tints of Thatch #A3918C

Color information

#A3918C (or 0xA3918C) is unknown color: approx Thatch. HEX triplet: A3, 91 and 8C. RGB value is (163,145,140). Sum of RGB (Red+Green+Blue) = 163+145+140=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 163 - color contains mainly: red. Hex color #A3918C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3918C is #5C6E73. Grayscale: #959595. Windows color (decimal): -6057588 or 9212323. OLE color: 9212323.

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

Color convert

RGB163145140-
CMYK00.110.140.36
HSL13.04º11.11%59.41%-
HSV(B)13.04º14.11%63.92%-
XYZ29.9629.9329.01-
YUV149.81122.46137.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.38%
GREEN value IS 145 (57.03% from 255) = 32.37%
BLUE value IS 140 (55.08% from 255) = 31.25%
R=36.38%
G=32.37%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314514000.110.140.3613.0411.1159.41
HexA3918C0BE24db3b
Octal2432212140131644151373
Binary10100011100100011000110001011111010010011011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3918C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3918C; }

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

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

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

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

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

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

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

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