#A39290

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

Shades of Thatch #A39290

Tints of Thatch #A39290

Color information

#A39290 (or 0xA39290) is unknown color: approx Thatch. HEX triplet: A3, 92 and 90. RGB value is (163,146,144). Sum of RGB (Red+Green+Blue) = 163+146+144=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 146 (57.42% from 255 or 32.23% from 453); Blue value is 144 (56.64% from 255 or 31.79% from 453); Max value from RGB is 163 - color contains mainly: red. Hex color #A39290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39290 is #5C6D6F. Grayscale: #969696. Windows color (decimal): -6057328 or 9474723. OLE color: 9474723.

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

Color convert

RGB163146144-
CMYK00.100.120.36
HSL6.32º9.36%60.2%-
HSV(B)6.32º11.66%63.92%-
XYZ30.4230.3630.64-
YUV150.85124.13136.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.98%
GREEN value IS 146 (57.42% from 255) = 32.23%
BLUE value IS 144 (56.64% from 255) = 31.79%
R=35.98%
G=32.23%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314614400.100.120.366.329.3660.2
HexA392900AC24693c
Octal243222220012144461174
Binary1010001110010010100100000101011001001001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39290; }

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

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

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

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

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

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

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

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