#A2918F

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

Shades of Thatch #A2918F

Tints of Thatch #A2918F

Color information

#A2918F (or 0xA2918F) is unknown color: approx Thatch. HEX triplet: A2, 91 and 8F. RGB value is (162,145,143). Sum of RGB (Red+Green+Blue) = 162+145+143=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 145 (57.03% from 255 or 32.22% from 450); Blue value is 143 (56.25% from 255 or 31.78% from 450); Max value from RGB is 162 - color contains mainly: red. Hex color #A2918F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2918F is #5D6E70. Grayscale: #959595. Windows color (decimal): -6123121 or 9408930. OLE color: 9408930.

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

Color convert

RGB162145143-
CMYK00.100.120.36
HSL6.32º9.27%59.8%-
HSV(B)6.32º11.73%63.53%-
XYZ29.9829.9230.18-
YUV149.85124.13136.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36%
GREEN value IS 145 (57.03% from 255) = 32.22%
BLUE value IS 143 (56.25% from 255) = 31.78%
R=36%
G=32.22%
B=31.78%

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
Decimal16214514300.100.120.366.329.2759.8
HexA2918F0AC24693c
Octal242221217012144461174
Binary1010001010010001100011110101011001001001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2918F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2918F; }

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

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

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

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

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

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

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

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