#A39490

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

Shades of Thatch #A39490

Tints of Thatch #A39490

Color information

#A39490 (or 0xA39490) is unknown color: approx Thatch. HEX triplet: A3, 94 and 90. RGB value is (163,148,144). Sum of RGB (Red+Green+Blue) = 163+148+144=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 148 (58.20% from 255 or 32.53% from 455); Blue value is 144 (56.64% from 255 or 31.65% from 455); Max value from RGB is 163 - color contains mainly: red. Hex color #A39490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39490 is #5C6B6F. Grayscale: #989898. Windows color (decimal): -6056816 or 9475235. OLE color: 9475235.

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

Color convert

RGB163148144-
CMYK00.090.120.36
HSL12.63º9.36%60.2%-
HSV(B)12.63º11.66%63.92%-
XYZ30.7330.9830.75-
YUV152.03123.47135.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.82%
GREEN value IS 148 (58.20% from 255) = 32.53%
BLUE value IS 144 (56.64% from 255) = 31.65%
R=35.82%
G=32.53%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314814400.090.120.3612.639.3660.2
HexA3949009C24d93c
Octal2432242200111444151174
Binary10100011100101001001000001001110010010011011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39490; }

 p { color: rgb(163,148,144); }

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

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

 a { background-color: rgb(163,148,144); }

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

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

 span { border-color: rgb(163,148,144); }

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