#A2938F

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

Shades of Thatch #A2938F

Tints of Thatch #A2938F

Color information

#A2938F (or 0xA2938F) is unknown color: approx Thatch. HEX triplet: A2, 93 and 8F. RGB value is (162,147,143). Sum of RGB (Red+Green+Blue) = 162+147+143=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 147 (57.81% from 255 or 32.52% from 452); Blue value is 143 (56.25% from 255 or 31.64% from 452); Max value from RGB is 162 - color contains mainly: red. Hex color #A2938F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2938F is #5D6C70. Grayscale: #979797. Windows color (decimal): -6122609 or 9409442. OLE color: 9409442.

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

Color convert

RGB162147143-
CMYK00.090.120.36
HSL12.63º9.27%59.8%-
HSV(B)12.63º11.73%63.53%-
XYZ30.2930.5330.28-
YUV151.03123.47135.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.84%
GREEN value IS 147 (57.81% from 255) = 32.52%
BLUE value IS 143 (56.25% from 255) = 31.64%
R=35.84%
G=32.52%
B=31.64%

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
Decimal16214714300.090.120.3612.639.2759.8
HexA2938F09C24d93c
Octal2422232170111444151174
Binary10100010100100111000111101001110010010011011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2938F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2938F; }

 p { color: rgb(162,147,143); }

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

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

 a { background-color: rgb(162,147,143); }

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

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

 span { border-color: rgb(162,147,143); }

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