#A2928F

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

Shades of Thatch #A2928F

Tints of Thatch #A2928F

Color information

#A2928F (or 0xA2928F) is unknown color: approx Thatch. HEX triplet: A2, 92 and 8F. RGB value is (162,146,143). Sum of RGB (Red+Green+Blue) = 162+146+143=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 146 (57.42% from 255 or 32.37% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 162 - color contains mainly: red. Hex color #A2928F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2928F is #5D6D70. Grayscale: #969696. Windows color (decimal): -6122865 or 9409186. OLE color: 9409186.

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

Color convert

RGB162146143-
CMYK00.100.120.36
HSL9.47º9.27%59.8%-
HSV(B)9.47º11.73%63.53%-
XYZ30.1430.2230.23-
YUV150.44123.8136.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.92%
GREEN value IS 146 (57.42% from 255) = 32.37%
BLUE value IS 143 (56.25% from 255) = 31.71%
R=35.92%
G=32.37%
B=31.71%

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
Decimal16214614300.100.120.369.479.2759.8
HexA2928F0AC24993c
Octal2422222170121444111174
Binary10100010100100101000111101010110010010010011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2928F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2928F; }

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

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

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

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

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

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

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

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