#A2928E

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

Shades of Thatch #A2928E

Tints of Thatch #A2928E

Color information

#A2928E (or 0xA2928E) is unknown color: approx Thatch. HEX triplet: A2, 92 and 8E. RGB value is (162,146,142). Sum of RGB (Red+Green+Blue) = 162+146+142=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 146 (57.42% from 255 or 32.44% from 450); Blue value is 142 (55.86% from 255 or 31.56% from 450); Max value from RGB is 162 - color contains mainly: red. Hex color #A2928E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2928E is #5D6D71. Grayscale: #969696. Windows color (decimal): -6122866 or 9343650. OLE color: 9343650.

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

Color convert

RGB162146142-
CMYK00.100.120.36
HSL12º9.71%59.61%-
HSV(B)12º12.35%63.53%-
XYZ30.0630.1929.83-
YUV150.33123.3136.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36%
GREEN value IS 146 (57.42% from 255) = 32.44%
BLUE value IS 142 (55.86% from 255) = 31.56%
R=36%
G=32.44%
B=31.56%

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
Decimal16214614200.100.120.36129.7159.61
HexA2928E0AC24ca3c
Octal2422222160121444141274
Binary10100010100100101000111001010110010010011001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2928E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2928E; }

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

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

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

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

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

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

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

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